]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/ac3dec.c
Merge commit '7b8c5b263bc680eff5710bee5994de39d47fc15e'
[ffmpeg] / libavformat / ac3dec.c
index 7a34ea8b4b43b415c8a999ba2d711c295721da1d..c531f8a179e44862318238d7963087e6ec68d915 100644 (file)
@@ -27,7 +27,7 @@
 static int ac3_eac3_probe(AVProbeData *p, enum AVCodecID expected_codec_id)
 {
     int max_frames, first_frames = 0, frames;
-    uint8_t *buf, *buf2, *end;
+    const uint8_t *buf, *buf2, *end;
     AC3HeaderInfo hdr;
     GetBitContext gbc;
     enum AVCodecID codec_id = AV_CODEC_ID_AC3;