diff h263dec.c @ 6269:83cb2494fb8a libavcodec

const
author michael
date Fri, 01 Feb 2008 15:13:38 +0000
parents 80103098c797
children 3cd8e50f4e1e
line wrap: on
line diff
--- a/h263dec.c	Fri Feb 01 15:11:24 2008 +0000
+++ b/h263dec.c	Fri Feb 01 15:13:38 2008 +0000
@@ -322,7 +322,7 @@
 
 int ff_h263_decode_frame(AVCodecContext *avctx,
                              void *data, int *data_size,
-                             uint8_t *buf, int buf_size)
+                             const uint8_t *buf, int buf_size)
 {
     MpegEncContext *s = avctx->priv_data;
     int ret;