summaryrefslogtreecommitdiff
path: root/libavcodec/svq3.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2008-02-01 02:35:11 +0000
committerMichael Niedermayer <michaelni@gmx.at>2008-02-01 02:35:11 +0000
commit30317501a0a637d78ad3b14afb07efdf2f0dd68c (patch)
treebb18a4f411d5fb9836643d0795f5a941ef7532ba /libavcodec/svq3.c
parent6ddaa63cf4556d4f8e232bbcb15353c86ee0b4c1 (diff)
consts
Originally committed as revision 11705 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/svq3.c')
-rw-r--r--libavcodec/svq3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/svq3.c b/libavcodec/svq3.c
index ebfaf908da..98260adf4e 100644
--- a/libavcodec/svq3.c
+++ b/libavcodec/svq3.c
@@ -760,7 +760,7 @@ static int svq3_decode_slice_header (H264Context *h) {
static int svq3_decode_frame (AVCodecContext *avctx,
void *data, int *data_size,
- uint8_t *buf, int buf_size) {
+ const uint8_t *buf, int buf_size) {
MpegEncContext *const s = avctx->priv_data;
H264Context *const h = avctx->priv_data;
int m, mb_type;