diff roqvideodec.c @ 6279:a6b0998e45d1 libavcodec

some const
author michael
date Fri, 01 Feb 2008 15:44:27 +0000
parents dfdff1ca78a7
children de5d97b6c25b
line wrap: on
line diff
--- a/roqvideodec.c	Fri Feb 01 15:43:53 2008 +0000
+++ b/roqvideodec.c	Fri Feb 01 15:44:27 2008 +0000
@@ -171,7 +171,7 @@
 
 static int roq_decode_frame(AVCodecContext *avctx,
                             void *data, int *data_size,
-                            uint8_t *buf, int buf_size)
+                            const uint8_t *buf, int buf_size)
 {
     RoqContext *s = avctx->priv_data;
     int copy= !s->current_frame->data[0];