diff h261dec.c @ 6238:7100aeea042e libavcodec

const
author michael
date Fri, 01 Feb 2008 13:32:41 +0000
parents 65b1bfb3a74c
children 493dc59d469a
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;