]> git.sesse.net Git - ffmpeg/commit
vaapi_encode_h265: Fix ordering of tile dimensions
authorMark Thompson <sw@jkqxz.net>
Tue, 28 Jul 2020 22:50:21 +0000 (23:50 +0100)
committerMark Thompson <sw@jkqxz.net>
Sat, 1 Aug 2020 16:39:13 +0000 (17:39 +0100)
commitbc58d1f58eeb7f80049b18395256f2a8cb039f64
tree718991f54aa0a477cbcae513ed71a201dff022ef
parente80fe329435d08f13a4b506c1af06359a31267f9
vaapi_encode_h265: Fix ordering of tile dimensions

Dimensions are normally specified as width x height, and this will match
the same option to libaom-av1.

Remove the indirection through the private context at the same time.
doc/encoders.texi
libavcodec/vaapi_encode.h
libavcodec/vaapi_encode_h265.c