changeset 5156:387979b83884 libavcodec

correct type for h263_parse()
author mru
date Sat, 16 Jun 2007 15:15:16 +0000
parents 2ac6e904300b
children 1d116d421bbb
files h263_parser.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;