]> git.sesse.net Git - ffmpeg/commit
vaapi_encode_h265: Remove confusing and redundant tile options
authorMark Thompson <sw@jkqxz.net>
Tue, 28 Jul 2020 22:50:20 +0000 (23:50 +0100)
committerMark Thompson <sw@jkqxz.net>
Sat, 1 Aug 2020 16:18:30 +0000 (17:18 +0100)
commite80fe329435d08f13a4b506c1af06359a31267f9
tree3a447c142cac1e88b5c586f8a5fb21510bc2c76e
parent11a2d05b3fa977ea9437725531a4875b735c977e
vaapi_encode_h265: Remove confusing and redundant tile options

The tile_rows/cols options currently do a confusingly different thing to
the options of the same name on other encoders like libvpx and libaom.
There is no backward-compatibility reason to implement the log2 behaviour
as there was for libaom, so just get rid of them entirely.
doc/encoders.texi
libavcodec/vaapi_encode_h265.c