From bc58d1f58eeb7f80049b18395256f2a8cb039f64 Mon Sep 17 00:00:00 2001 From: Mark Thompson Date: Tue, 28 Jul 2020 23:50:21 +0100 Subject: 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/encoders.texi b/doc/encoders.texi index 78b3be9605..de0472e225 100644 --- a/doc/encoders.texi +++ b/doc/encoders.texi @@ -3264,7 +3264,7 @@ messages). @end table @item tiles -Set the number of tiles to encode the input video with, as rows x columns. +Set the number of tiles to encode the input video with, as columns x rows. Larger numbers allow greater parallelism in both encoding and decoding, but may decrease coding efficiency. -- cgit v1.2.3