changeset 6287:838520e2b6f0 libavcodec

const
author michael
date Fri, 01 Feb 2008 15:58:47 +0000
parents 07eeefc2825f
children 911d4939e3c8
files tta.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tta.c	Fri Feb 01 15:58:29 2008 +0000
+++ b/tta.c	Fri Feb 01 15:58:47 2008 +0000
@@ -287,7 +287,7 @@
 
 static int tta_decode_frame(AVCodecContext *avctx,
         void *data, int *data_size,
-        uint8_t *buf, int buf_size)
+        const uint8_t *buf, int buf_size)
 {
     TTAContext *s = avctx->priv_data;
     int i;