[FFmpeg-devel] [PATCH 16/20] vaapi_h264: Fix CPB/DPB delays

2017-10-15 Thread Mark Thompson
This should be ticks, not time_scale steps - it was wrong for all framerates not a multiple of 1/2. (cherry picked from commit 30645174e333c7db1946ab09be769db9be9d7481) --- libavcodec/vaapi_encode_h264.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/libavcodec/vaapi_en

[FFmpeg-devel] [PATCH 16/20] vaapi_h264: Fix CPB/DPB delays

2017-10-08 Thread Mark Thompson
This should be ticks, not time_scale steps - it was wrong for all framerates not a multiple of 1/2. (cherry picked from commit 30645174e333c7db1946ab09be769db9be9d7481) --- libavcodec/vaapi_encode_h264.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/libavcodec/vaapi_en