[SCM] libav/experimental: bink: make bink_rlelens static (it's only used in this file)

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:18:20 UTC 2013


The following commit has been merged in the experimental branch:
commit 888d78ac98379cf77e4923ed9ae5033c023a2563
Author: Ramiro Polla <ramiro.polla at gmail.com>
Date:   Sat Oct 30 19:51:46 2010 +0000

    bink: make bink_rlelens static (it's only used in this file)
    
    Originally committed as revision 25605 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/bink.c b/libavcodec/bink.c
index d0de3f6..5f2fc31 100644
--- a/libavcodec/bink.c
+++ b/libavcodec/bink.c
@@ -325,7 +325,7 @@ static int read_motion_values(AVCodecContext *avctx, GetBitContext *gb, Bundle *
     return 0;
 }
 
-const uint8_t bink_rlelens[4] = { 4, 8, 12, 32 };
+static const uint8_t bink_rlelens[4] = { 4, 8, 12, 32 };
 
 static int read_block_types(AVCodecContext *avctx, GetBitContext *gb, Bundle *b)
 {

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list