diff options
Diffstat (limited to 'apps/codecs')
| -rw-r--r-- | apps/codecs/libm4a/demux.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/codecs/libm4a/demux.c b/apps/codecs/libm4a/demux.c index 36fd376..4bf60b8 100644 --- a/apps/codecs/libm4a/demux.c +++ b/apps/codecs/libm4a/demux.c @@ -161,6 +161,7 @@ static bool read_chunk_esds(qtmovie_t *qtmovie, size_t chunk_len) int32_t maxBitrate; int32_t avgBitrate; + (void)chunk_len; /* version and flags */ temp=stream_read_uint32(qtmovie->stream); |