changeset 6261:a0797336b964 libavcodec

const
author michael
date Fri, 01 Feb 2008 14:37:36 +0000
parents 0014e6433d96
children 8d57e5a33dbd
files adxdec.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/adxdec.c	Fri Feb 01 14:36:44 2008 +0000
+++ b/adxdec.c	Fri Feb 01 14:37:36 2008 +0000
@@ -96,7 +96,7 @@
 
 static int adx_decode_frame(AVCodecContext *avctx,
                 void *data, int *data_size,
-                uint8_t *buf0, int buf_size)
+                const uint8_t *buf0, int buf_size)
 {
     ADXContext *c = avctx->priv_data;
     short *samples = data;