OSDN Git Service

encoder: h264: Fix skip_emul_byte_count while inserting SEI header
authorSreerenj Balachandran <sreerenj.balachandran@intel.com>
Fri, 29 Aug 2014 14:24:39 +0000 (17:24 +0300)
committerXiang, Haihao <haihao.xiang@intel.com>
Wed, 19 Nov 2014 13:12:34 +0000 (21:12 +0800)
commitb66b860a4ff52bd58e29edeb6797767bc804be0a
tree4d6e5baec2b98fc45c99179761d2553882fc8c7a
parent8e34fb34ed402811e512f9d41b14345f3795bac5
encoder: h264: Fix skip_emul_byte_count while inserting SEI header

The skip_emul_byte_count should include the start code and nal_unit
type, which is equl to five when the driver insert SEI headers.

(cherry picked from commit 68600bfd73c9190091a79330ada7f7be3d58757b)
src/gen6_mfc_common.c