Commit 888d78ac authored by Ramiro Polla's avatar Ramiro Polla

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

Originally committed as revision 25605 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 51d592db
......@@ -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)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment