Changeset f20418c3 in ffmpeg

Timestamp:
Jul 15, 2011, 10:28:07 PM (13 years ago)
Author:
Diego Biurrun <diego@biurrun.de>
Branches:
master
Children:
356be930
Parents:
86e8272a
git-author:
Diego Biurrun <diego@biurrun.de> (07/14/11 23:06:16)
git-committer:
Diego Biurrun <diego@biurrun.de> (07/15/11 22:28:07)
Message:

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

(No files)

Note: See TracChangeset for help on using the changeset viewer.