]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/cafdec.c
intmath.h: Remove duplicated ARM include.
[ffmpeg] / libavformat / cafdec.c
index e53102b368dcf03b28f1308937b6af9e108eaa1b..80c5bb596280b5e8abc847e63c85789a641d10af 100644 (file)
@@ -109,10 +109,9 @@ static int read_kuki_chunk(AVFormatContext *s, int64_t size)
            The lavc AAC decoder requires the data from the codec specific
            description as extradata input. */
         int strt, skip;
-        MOVAtom atom;
 
         strt = avio_tell(pb);
-        ff_mov_read_esds(s, pb, atom);
+        ff_mov_read_esds(s, pb);
         skip = size - (avio_tell(pb) - strt);
         if (skip < 0 || !st->codec->extradata ||
             st->codec->codec_id != AV_CODEC_ID_AAC) {