[SCM] libav/experimental: const

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


The following commit has been merged in the experimental branch:
commit c82fbf7fba0c4f70b9563bb395158e97213405c8
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Fri Feb 1 04:16:26 2008 +0000

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

diff --git a/libavcodec/flashsv.c b/libavcodec/flashsv.c
index 0be0e46..842a7cc 100644
--- a/libavcodec/flashsv.c
+++ b/libavcodec/flashsv.c
@@ -102,7 +102,7 @@ static int flashsv_decode_init(AVCodecContext *avctx)
 
 static int flashsv_decode_frame(AVCodecContext *avctx,
                                     void *data, int *data_size,
-                                    uint8_t *buf, int buf_size)
+                                    const uint8_t *buf, int buf_size)
 {
     FlashSVContext *s = avctx->priv_data;
     int h_blocks, v_blocks, h_part, v_part, i, j;

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list