Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorWenbin Chen <wenbin.chen-at-intel.com@ffmpeg.org>2022-01-17 08:11:19 +0300
committerHaihao Xiang <haihao.xiang@intel.com>2022-01-21 07:56:30 +0300
commitec8bc07104706a02d7a36a93b34844579f7fc6ec (patch)
tree81b71f4136f574a61c60037b4f564e402c80697e /doc
parent7512293cf912c65fa657eab680afd5e18fd47603 (diff)
libavcodec/qsvenc: Add max_frame_size support to hevc_qsv
Add max_frame_size support to hevc_qsv as well. Signed-off-by: Wenbin Chen <wenbin.chen@intel.com> Signed-off-by: Haihao Xiang <haihao.xiang@intel.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/encoders.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/encoders.texi b/doc/encoders.texi
index 154d838ea2..acacf44d35 100644
--- a/doc/encoders.texi
+++ b/doc/encoders.texi
@@ -3388,6 +3388,9 @@ intra refresh cycle.
@item @var{rdo}
Enable rate distortion optimization.
+@item @var{max_frame_size}
+Maximum encoded frame size in bytes.
+
@item @var{idr_interval}
Distance (in I-frames) between IDR frames.
@table @samp