OSDN Git Service

Remove redundant checks against MIN_CACHE_BITS
authorMans Rullgard <mans@mansr.com>
Sun, 23 Jan 2011 02:22:34 +0000 (02:22 +0000)
committerMans Rullgard <mans@mansr.com>
Sun, 23 Jan 2011 16:41:04 +0000 (16:41 +0000)
commitf162e988aa0dc8df93079b5ebf452ec281ab8793
treece33274d0df8f0e221a9029fe5b184a78c78c821
parent611a6f59ce91947b25033bb8d0f9311b5c542b05
Remove redundant checks against MIN_CACHE_BITS

With the removal of the libmpeg2 bitstream reader, MIN_CACHE_BITS
is always >= 25, so tests against smaller values can be removed.

Signed-off-by: Mans Rullgard <mans@mansr.com>
libavcodec/aacdec.c
libavcodec/mpeg12.c
libavcodec/mpeg4videodec.c
libavcodec/msmpeg4.c