diff dvbsub_parser.c @ 4931:0d1cc37d9430 libavcodec

make some parser parameters const to avoid casting const to non-const
author aurel
date Mon, 07 May 2007 00:47:03 +0000
parents 6ae3f99d9a1b
children 48759bfbd073
line wrap: on
line diff
--- a/dvbsub_parser.c	Sun May 06 15:25:04 2007 +0000
+++ b/dvbsub_parser.c	Mon May 07 00:47:03 2007 +0000
@@ -48,7 +48,7 @@
 
 static int dvbsub_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)
 {
     DVBSubParseContext *pc = s->priv_data;