diff mpeg12.c @ 6220:0ed0d9d578ad libavcodec

const
author michael
date Fri, 01 Feb 2008 03:34:43 +0000
parents c8b9b73b979f
children 48a6bbc1c633
line wrap: on
line diff
--- a/mpeg12.c	Fri Feb 01 03:29:43 2008 +0000
+++ b/mpeg12.c	Fri Feb 01 03:34:43 2008 +0000
@@ -2220,7 +2220,7 @@
 /* handle buffering and image synchronisation */
 static int mpeg_decode_frame(AVCodecContext *avctx,
                              void *data, int *data_size,
-                             uint8_t *buf, int buf_size)
+                             const uint8_t *buf, int buf_size)
 {
     Mpeg1Context *s = avctx->priv_data;
     const uint8_t *buf_end;