summaryrefslogtreecommitdiff
path: root/apps/codecs/libm4a/demux.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libm4a/demux.c')
-rw-r--r--apps/codecs/libm4a/demux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libm4a/demux.c b/apps/codecs/libm4a/demux.c
index e9b5c2c482..f0c6922ca6 100644
--- a/apps/codecs/libm4a/demux.c
+++ b/apps/codecs/libm4a/demux.c
@@ -83,7 +83,7 @@ static void read_chunk_ftyp(qtmovie_t *qtmovie, size_t chunk_len)
83 } 83 }
84} 84}
85 85
86uint32_t mp4ff_read_mp4_descr_length(stream_t* stream) 86static uint32_t mp4ff_read_mp4_descr_length(stream_t* stream)
87{ 87{
88 uint8_t b; 88 uint8_t b;
89 uint8_t numBytes = 0; 89 uint8_t numBytes = 0;