diff sonic.c @ 6253:cffdb71f0930 libavcodec

const
author michael
date Fri, 01 Feb 2008 14:15:10 +0000
parents c2ab2ac31edb
children 48759bfbd073
line wrap: on
line diff
--- a/sonic.c	Fri Feb 01 14:10:56 2008 +0000
+++ b/sonic.c	Fri Feb 01 14:15:10 2008 +0000
@@ -851,7 +851,7 @@
 
 static int sonic_decode_frame(AVCodecContext *avctx,
                             void *data, int *data_size,
-                            uint8_t *buf, int buf_size)
+                            const uint8_t *buf, int buf_size)
 {
     SonicContext *s = avctx->priv_data;
     GetBitContext gb;