[FFmpeg-cvslog] r9337 - trunk/libavcodec/h263_parser.c
mru
subversion
Sat Jun 16 17:15:16 CEST 2007
Author: mru
Date: Sat Jun 16 17:15:16 2007
New Revision: 9337
Log:
correct type for h263_parse()
Modified:
trunk/libavcodec/h263_parser.c
Modified: trunk/libavcodec/h263_parser.c
==============================================================================
--- trunk/libavcodec/h263_parser.c (original)
+++ trunk/libavcodec/h263_parser.c Sat Jun 16 17:15:16 2007
@@ -63,7 +63,7 @@ int ff_h263_find_frame_end(ParseContext
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;
More information about the ffmpeg-cvslog
mailing list