]> git.sesse.net Git - ffmpeg/commit
avcodec/rv30: put the rpr check back in init with the max vs bits bug fixed
authorMichael Niedermayer <michaelni@gmx.at>
Sat, 4 Jan 2014 03:18:43 +0000 (04:18 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Sat, 4 Jan 2014 03:33:01 +0000 (04:33 +0100)
commitbe524ffc16bf14cab0ad112b0dcb48d09a2a40ff
tree0b2f2437d247511f6dfbdd6582de61886a40d98b
parentd08c6e1101aa3f59d819f5c4aeef2d298e1b785c
avcodec/rv30: put the rpr check back in init with the max vs bits bug fixed

Its usefull to know immediatly if extradata is wrong and not just when later
the decoder tries to use it.

This check was removed by: a6a2282c25abe43e352010a7c3fbc92994c0bc1c
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavcodec/rv30.c