bink: make bink_rlelens static (it's only used in this file)

Originally committed as revision 25605 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Ramiro Polla 2010-10-30 19:51:46 +00:00
parent 51d592dbcb
commit 888d78ac98
1 changed files with 1 additions and 1 deletions

View 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)
{