]> git.sesse.net Git - ffmpeg/commit
vaapi_h264: Fix CPB/DPB delays
authorMark Thompson <sw@jkqxz.net>
Sat, 9 Sep 2017 21:49:14 +0000 (22:49 +0100)
committerMark Thompson <sw@jkqxz.net>
Tue, 12 Sep 2017 21:11:55 +0000 (22:11 +0100)
commit30645174e333c7db1946ab09be769db9be9d7481
tree0d16ee3a5f564803891c992ea21d230b68bcf116
parentf940c859c23ae201b0170cf541ea8f6b7a52dd49
vaapi_h264: Fix CPB/DPB delays

This should be ticks, not time_scale steps - it was wrong for all
framerates not a multiple of 1/2.
libavcodec/vaapi_encode_h264.c