OSDN Git Service

VC1: Fix for frame coding mode
authorXiang, Haihao <haihao.xiang@intel.com>
Mon, 8 Jan 2018 12:34:11 +0000 (20:34 +0800)
committerXiang, Haihao <haihao.xiang@intel.com>
Tue, 9 Jan 2018 08:18:30 +0000 (16:18 +0800)
commitf6e214976e209a409522267bc5b1b26113f58b59
tree1f8da5eaf82bbc4abaf1d65b9f09713ce7ab1c0d
parent5a27fbb679ee9c2923d5810d56adad5a4cb806d5
VC1: Fix for frame coding mode

Some VC1 clips might be marked interlaced but have fcm < 2, and the
wrong fcm will lead to undefined behavior, such as GPU hang.

This fixes https://github.com/01org/intel-vaapi-driver/issues/316

Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
src/gen75_mfd.c
src/gen7_mfd.c
src/gen8_mfd.c