summaryrefslogtreecommitdiff
path: root/src/player.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/player.h')
-rw-r--r--src/player.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/player.h b/src/player.h
index e542d4d..ee89237 100644
--- a/src/player.h
+++ b/src/player.h
@@ -36,6 +36,7 @@ struct aacPlayer {
PLAYER_AUDIO_INITIALIZED, PLAYER_FOUND_STSZ,
PLAYER_SAMPLESIZE_INITIALIZED, PLAYER_RECV_DATA,
PLAYER_FINISHED_PLAYBACK} mode;
+ size_t bytesReceived;
/* stsz atom: sample sizes */
unsigned int *sampleSize;
size_t sampleSizeN;