From e336139f0c609c662d129a0a8a9acf91c1083e3d Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Sat, 16 Jun 2007 15:15:16 +0000 Subject: correct type for h263_parse() Originally committed as revision 9337 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/h263_parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/h263_parser.c') diff --git a/libavcodec/h263_parser.c b/libavcodec/h263_parser.c index 7031ad9019..53a26c05cd 100644 --- a/libavcodec/h263_parser.c +++ b/libavcodec/h263_parser.c @@ -63,7 +63,7 @@ int ff_h263_find_frame_end(ParseContext *pc, const uint8_t *buf, int buf_size){ static int h263_parse(AVCodecParserContext *s, AVCodecContext *avctx, - uint8_t **poutbuf, int *poutbuf_size, + const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size) { ParseContext *pc = s->priv_data; -- cgit v1.2.3