summaryrefslogtreecommitdiff
path: root/libavcodec/rv34.c
diff options
context:
space:
mode:
authorKostya Shishkov <kostya.shishkov@gmail.com>2008-12-02 17:35:38 +0000
committerKostya Shishkov <kostya.shishkov@gmail.com>2008-12-02 17:35:38 +0000
commita1c1c7801918c46da5525cfddb99f3467c522b02 (patch)
treecec6ebae921bedcf5b9571ded19d0c69a6c27a13 /libavcodec/rv34.c
parent207625ee610e6438264e2bc9bbeaf8dd1d4548ba (diff)
Update ff_rv34_decode_frame() arguments definition
Originally committed as revision 15980 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/rv34.c')
-rw-r--r--libavcodec/rv34.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/rv34.c b/libavcodec/rv34.c
index bd0dfff0b8..297a1a7635 100644
--- a/libavcodec/rv34.c
+++ b/libavcodec/rv34.c
@@ -1351,7 +1351,7 @@ static int get_slice_offset(AVCodecContext *avctx, uint8_t *buf, int n)
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;