]> git.sesse.net Git - ffmpeg/commit
qsvdec: only access hwaccel_context is the pixel format is QSV
authorAnton Khirnov <anton@khirnov.net>
Sat, 30 Jul 2016 14:38:51 +0000 (16:38 +0200)
committerAnton Khirnov <anton@khirnov.net>
Sun, 31 Jul 2016 06:19:45 +0000 (08:19 +0200)
commite328178da90f44690e0076f4dbfd16da9175f441
treec12420af640a2bd4b658ce7f6fd51313dee125a4
parented1cd81076434b76f37576d4d806973476a8e96c
qsvdec: only access hwaccel_context is the pixel format is QSV

We do not strictly specify that hwaccel_context must be cleared if no
hwaccel is used.

Reported-By: wm4 <nfxjfg@googlemail.com>
libavcodec/qsvdec.c