]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/dv.c
const
[ffmpeg] / libavcodec / dv.c
index 2244263b93ff8793c8ae876fefadabbd4a7e943c..8db3226744961fb3171c8a4ce783d3eb0c65d27a 100644 (file)
@@ -1031,7 +1031,7 @@ static int dv_encode_mt(AVCodecContext *avctx, void* sl)
    144000 bytes for PAL - or twice those for 50Mbps) */
 static int dvvideo_decode_frame(AVCodecContext *avctx,
                                  void *data, int *data_size,
-                                 uint8_t *buf, int buf_size)
+                                 const uint8_t *buf, int buf_size)
 {
     DVVideoContext *s = avctx->priv_data;