]> git.sesse.net Git - ffmpeg/commit
vaapi_h264: Fix HRD bit_rate/cpb_size scaling
authorMark Thompson <sw@jkqxz.net>
Mon, 12 Sep 2016 23:25:07 +0000 (00:25 +0100)
committerMark Thompson <sw@jkqxz.net>
Wed, 14 Sep 2016 19:48:36 +0000 (20:48 +0100)
commit3a9662af6c741f8354b1ca97642f78f5c02e2e8f
tree4a6017316fcd2b5274989aba2bdc120e452bf683
parent7081620aca36e616ea96f71fd71d2703e3abae09
vaapi_h264: Fix HRD bit_rate/cpb_size scaling

There should be an extra offset of 6 on bit_rate_scale and of 4 on
cpb_size_scale which were not accounted for here.
libavcodec/vaapi_encode_h264.c