]> git.sesse.net Git - ffmpeg/commit
lavc/qsvdec: add query function and provide error message
authorZhong Li <zhong.li@intel.com>
Thu, 25 Apr 2019 10:51:10 +0000 (18:51 +0800)
committerZhong Li <zhong.li@intel.com>
Tue, 7 May 2019 03:00:05 +0000 (11:00 +0800)
commit48627aaf646270a8c98337ee208574543e499bfd
tree28f799f347239a229afc60e79e6553ef7a7e68dc
parent0b5c93b276a14d1990aaabd77410a562f4b242c3
lavc/qsvdec: add query function and provide error message

It is helpful to know why some clips decoding failed.
Ticket#7330 is a good example, with this patch it is easily to
know bitstream codec level is out of support range.

Signed-off-by: Zhong Li <zhong.li@intel.com>
libavcodec/qsvdec.c