# HG changeset patch # User mru # Date 1182006916 0 # Node ID 387979b83884dab171dd3d67119222c33c64d78f # Parent 2ac6e904300bf2c131a7802a9afe1c70c5bbea23 correct type for h263_parse() diff -r 2ac6e904300b -r 387979b83884 h263_parser.c --- a/h263_parser.c Sat Jun 16 14:52:12 2007 +0000 +++ b/h263_parser.c Sat Jun 16 15:15:16 2007 +0000 @@ -63,7 +63,7 @@ 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;