OSDN Git Service

alsdec: Check k used for rice decoder.
authorMichael Niedermayer <michaelni@gmx.at>
Sat, 7 Apr 2012 15:25:47 +0000 (17:25 +0200)
committerJustin Ruggles <justin.ruggles@gmail.com>
Mon, 17 Sep 2012 18:17:26 +0000 (14:17 -0400)
commit23aae62c2cb4504a09ceb8cd0cabc1c8b260f521
tree267c4101a98bc6da31403c15fc66b6cda635c6d9
parente3496e5dbe277e056800ebe7740ac6467d35d5cb
alsdec: Check k used for rice decoder.

Values that fail this check will cause failure of decode_rice()

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
libavcodec/alsdec.c