]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/mp3dec.c
Merge commit 'f61272f0efd80da437570aad2c40e00f9d3f4fe6'
[ffmpeg] / libavformat / mp3dec.c
index d11dceb52d61bb8342543840a20bda727f1baa0e..c6d6987eaaca41f185e57f6750ae10e2af80a7dd 100644 (file)
@@ -49,7 +49,7 @@ static int mp3_read_probe(AVProbeData *p)
     int max_frames, first_frames = 0;
     int fsize, frames, sample_rate;
     uint32_t header;
-    uint8_t *buf, *buf0, *buf2, *end;
+    const uint8_t *buf, *buf0, *buf2, *end;
     AVCodecContext avctx;
 
     buf0 = p->buf;