[FFmpeg-cvslog] r11729 - trunk/libavcodec/h261dec.c
michael
subversion
Fri Feb 1 14:32:41 CET 2008
Author: michael
Date: Fri Feb 1 14:32:41 2008
New Revision: 11729
Log:
const
Modified:
trunk/libavcodec/h261dec.c
Modified: trunk/libavcodec/h261dec.c
==============================================================================
--- trunk/libavcodec/h261dec.c (original)
+++ trunk/libavcodec/h261dec.c Fri Feb 1 14:32:41 2008
@@ -540,7 +540,7 @@ static int get_consumed_bytes(MpegEncCon
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;
More information about the ffmpeg-cvslog
mailing list