OSDN Git Service

genX_mfd: fix BitplanePresentFlag for skipped pictures
authorcarpalis <jerome.borsboom@carpalis.nl>
Tue, 24 Oct 2017 18:30:16 +0000 (20:30 +0200)
committerXiang, Haihao <haihao.xiang@intel.com>
Fri, 5 Jan 2018 06:57:31 +0000 (14:57 +0800)
commit840e2df9f09da33764b392eda3608122e44a9d61
tree462d056ff39b55457d32fa67d7456691e6b3e1ed
parent78659bf0eb78509a8c139842265df87f029c0487
genX_mfd: fix BitplanePresentFlag for skipped pictures

Skipped pictures do not pass a bitplane buffer. We do, however,
locally encode a bitplane buffer with only the SKIPMB bit set. The
presence of this buffer must be passed through the BitplanePresentFlag
hardware field.

Signed-off-by: Jerome Borsboom <jerome.borsboom@carpalis.nl>
src/gen6_mfd.c
src/gen75_mfd.c
src/gen7_mfd.c
src/gen8_mfd.c