changeset 6238:7100aeea042e libavcodec

const
author michael
date Fri, 01 Feb 2008 13:32:41 +0000
parents b854bbb8ded9
children e270eccc622f
files h261dec.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/h261dec.c	Fri Feb 01 04:17:56 2008 +0000
+++ b/h261dec.c	Fri Feb 01 13:32:41 2008 +0000
@@ -540,7 +540,7 @@
 
 static int h261_decode_frame(AVCodecContext *avctx,
                              void *data, int *data_size,
-                             uint8_t *buf, int buf_size)
+                             const uint8_t *buf, int buf_size)
 {
     H261Context *h= avctx->priv_data;
     MpegEncContext *s = &h->s;