OSDN Git Service

Do not apply AUD hack to non-RawData headers
authorMark Thompson <sw@jkqxz.net>
Sat, 29 Jul 2017 20:24:10 +0000 (21:24 +0100)
committerXiang, Haihao <haihao.xiang@intel.com>
Tue, 8 Aug 2017 06:39:09 +0000 (14:39 +0800)
commit6b26f3fb7367836291db40dd6e36cf6762ab32c8
tree5403bc78716e3de04d0866ff1081f6690733d34a
parent8b8a0f6ddd9563501df11b1ed6c23555e6e3f575
Do not apply AUD hack to non-RawData headers

Headers which are not VAEncPackedHeaderRawData should not be inserted
at the front of the access unit by the AUD hack - if they are, they will
end up duplicated if they match the test because they are also placed
later in the access unit.

Signed-off-by: Mark Thompson <sw@jkqxz.net>
src/gen9_avc_encoder.c