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:
parent
51d592dbcb
commit
888d78ac98
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user