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

Originally committed as revision 25605 to svn://svn.ffmpeg.org/ffmpeg/trunk
oldabi
Ramiro Polla 14 years ago
parent 51d592dbcb
commit 888d78ac98
  1. 2
      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)
{

Loading…
Cancel
Save