aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFei Wang <fei.w.wang@intel.com>2024-08-26 09:40:41 +0800
committerHaihao Xiang <haihao.xiang@intel.com>2024-09-04 12:14:57 +0800
commit395d703c91629c7761e47c43b22fb8cbdd57e5d0 (patch)
tree892ed7d69f7ad2f6c22a19aec136a474ef1196d2
parent3f9b78bd190e7f1d450a0db4dcd3158e8c7d4f89 (diff)
downloadffmpeg-395d703c91629c7761e47c43b22fb8cbdd57e5d0.tar.gz
doc/av1_qsv: Fix typo
Signed-off-by: Fei Wang <fei.w.wang@intel.com>
-rw-r--r--doc/encoders.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/encoders.texi b/doc/encoders.texi
index 496852faeb..1035be0052 100644
--- a/doc/encoders.texi
+++ b/doc/encoders.texi
@@ -4105,7 +4105,7 @@ Setting this flag turns on or off LowDelayBRC feautre in qsv plugin, which provi
more accurate bitrate control to minimize the variance of bitstream size frame
by frame. Value: -1-default 0-off 1-on
-@item max_frame_size
+@item @var{max_frame_size}
Set the allowed max size in bytes for each frame. If the frame size exceeds
the limitation, encoder will adjust the QP value to control the frame size.
Invalid in CQP rate control mode.