diff rv34.c @ 8242:91a340f25c8c libavcodec

Update ff_rv34_decode_frame() arguments definition
author kostya
date Tue, 02 Dec 2008 17:35:38 +0000
parents 6771b3544991
children d5949e5d36f3
line wrap: on
line diff
--- a/rv34.c	Tue Dec 02 17:34:26 2008 +0000
+++ b/rv34.c	Tue Dec 02 17:35:38 2008 +0000
@@ -1351,7 +1351,7 @@
 
 int ff_rv34_decode_frame(AVCodecContext *avctx,
                             void *data, int *data_size,
-                            uint8_t *buf, int buf_size)
+                            const uint8_t *buf, int buf_size)
 {
     RV34DecContext *r = avctx->priv_data;
     MpegEncContext *s = &r->s;