[FFmpeg-cvslog] r11744 - trunk/libavcodec/sonic.c

michael subversion
Fri Feb 1 15:15:10 CET 2008


Author: michael
Date: Fri Feb  1 15:15:10 2008
New Revision: 11744

Log:
const


Modified:
   trunk/libavcodec/sonic.c

Modified: trunk/libavcodec/sonic.c
==============================================================================
--- trunk/libavcodec/sonic.c	(original)
+++ trunk/libavcodec/sonic.c	Fri Feb  1 15:15:10 2008
@@ -851,7 +851,7 @@ static int sonic_decode_close(AVCodecCon
 
 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;




More information about the ffmpeg-cvslog mailing list