[SCM] libav/experimental: const

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:12:59 UTC 2013


The following commit has been merged in the experimental branch:
commit 92ddaf2622380c41e02b84a35b0dcde565ecc57f
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Fri Feb 1 14:07:02 2008 +0000

    const
    
    Originally committed as revision 11740 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/shorten.c b/libavcodec/shorten.c
index 7aa656a..36e0d09 100644
--- a/libavcodec/shorten.c
+++ b/libavcodec/shorten.c
@@ -268,7 +268,7 @@ static void decode_subframe_lpc(ShortenContext *s, int channel, int residual_siz
 
 static int shorten_decode_frame(AVCodecContext *avctx,
         void *data, int *data_size,
-        uint8_t *buf, int buf_size)
+        const uint8_t *buf, int buf_size)
 {
     ShortenContext *s = avctx->priv_data;
     int i, input_buf_size = 0;

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list