OSDN Git Service

vaapi: do not assert on value read from input bitstream
authorDiego Biurrun <diego@biurrun.de>
Thu, 14 Jul 2011 23:06:16 +0000 (01:06 +0200)
committerDiego Biurrun <diego@biurrun.de>
Fri, 15 Jul 2011 22:28:07 +0000 (00:28 +0200)
commitf20418c3491b745b0f82e6eb1a7debae4cfff126
tree5f5997e2c4311bd330afe57fed95b3c89ccceca6
parent86e8272a235ac233bf7dbad86bab2c45720d65ca
vaapi: do not assert on value read from input bitstream

User-provided data should never trigger an assert; return error instead.
Also fix an instance of get_bits where get_bits_long should have been used.

This eliminates the following warning:
libavcodec/vaapi_mpeg2.c:112:14: warning: variable 'start_code' set but not used
libavcodec/vaapi_mpeg2.c