]> git.sesse.net Git - ffmpeg/commit
lavc/vaapi_encode_h264: correct VUI max_dec_frame_buffering setting
authorJun Zhao <jun.zhao@intel.com>
Tue, 24 Oct 2017 05:25:21 +0000 (13:25 +0800)
committerMark Thompson <sw@jkqxz.net>
Tue, 24 Oct 2017 22:06:26 +0000 (23:06 +0100)
commitf31478ba1472afe5c1eed60f219ae331816425a2
treee436d35ad0b5c2323f545b1a8e16bed8985e2a0c
parent6e1654768585692e327343059b35695b6123444a
lavc/vaapi_encode_h264: correct VUI max_dec_frame_buffering setting

This should refer to the existing SPS structure, not the VAAPI sequence
parameter buffer (which is not yet initialised).

Signed-off-by: Jun Zhao <jun.zhao@intel.com>
Signed-off-by: Wang, Yi A <yi.a.wang@intel.com>
Signed-off-by: Mark Thompson <sw@jkqxz.net>
libavcodec/vaapi_encode_h264.c