diff dvdsubdec.c @ 6218:dfdff1ca78a7 libavcodec

consts I have underestimated this a little, and these are just some ...
author michael
date Fri, 01 Feb 2008 03:26:31 +0000
parents d030978bcd93
children 5b3acf9fd50a
line wrap: on
line diff
--- a/dvdsubdec.c	Fri Feb 01 02:36:09 2008 +0000
+++ b/dvdsubdec.c	Fri Feb 01 03:26:31 2008 +0000
@@ -469,7 +469,7 @@
 
 static int dvdsub_decode(AVCodecContext *avctx,
                          void *data, int *data_size,
-                         uint8_t *buf, int buf_size)
+                         const uint8_t *buf, int buf_size)
 {
     AVSubtitle *sub = (void *)data;
     int is_menu;