diff options
author | Mark Thompson <sw@jkqxz.net> | 2020-07-27 22:27:14 +0100 |
---|---|---|
committer | Mark Thompson <sw@jkqxz.net> | 2020-07-27 22:27:14 +0100 |
commit | 16c2ed4362bde4502698f1768b884d81ea11abcb (patch) | |
tree | 9bf895f6dde70e5ef290f2084d6ce9e5702731da /libavutil/tx_float.c | |
parent | fa3da243e6ba1567aadfa198bafd32c320e01205 (diff) | |
download | ffmpeg-16c2ed4362bde4502698f1768b884d81ea11abcb.tar.gz |
Revert "lavc/vaapi_encode: add EQUAL_MULTI_ROWS support for slice structure"
This reverts commit 489c5db0791f39518775b12eef6d48276c17f96f.
Treating EQUAL_MULTI_ROWS in the same way as the arbitrary-size cases is
just wrong. Consider 9 rows, 4 slices - we pick 4 slices with sizes
{ 3, 2, 2, 2 }, which EQUAL_MULTI_ROWS does not allow. It isn't possible
to split the frame into 4 slices at all with the EQUAL_MULTI_ROWS
structure - the closest options are 3 slices with sizes { 3, 3, 3 } or 5
slices with sizes { 2, 2, 2, 2, 1 }.
Diffstat (limited to 'libavutil/tx_float.c')
0 files changed, 0 insertions, 0 deletions