bink: make bink_rlelens static (it's only used in this file)
authorRamiro Polla <ramiro.polla@gmail.com>
Sat, 30 Oct 2010 19:51:46 +0000 (19:51 +0000)
committerRamiro Polla <ramiro.polla@gmail.com>
Sat, 30 Oct 2010 19:51:46 +0000 (19:51 +0000)
Originally committed as revision 25605 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/bink.c

index d0de3f6ac3f6cc6b6ca66a93ac4562c86d19b8cd..5f2fc312bc77ded9274ebc58ca544cb13fe3525d 100644 (file)
@@ -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)
 {