[FFmpeg-cvslog] doc/encoders: Fix libvpx option name arnr-maxframes.

Carl Eugen Hoyos git at videolan.org
Thu Apr 18 14:41:09 EEST 2019


ffmpeg | branch: master | Carl Eugen Hoyos <ceffmpeg at gmail.com> | Thu Apr 18 13:39:58 2019 +0200| [09f8b21deb16c545e8fe9cc531314284b92e8371] | committer: Carl Eugen Hoyos

doc/encoders: Fix libvpx option name arnr-maxframes.

Fixes ticket #7856.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=09f8b21deb16c545e8fe9cc531314284b92e8371
---

 doc/encoders.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/encoders.texi b/doc/encoders.texi
index 2c8d8bbb38..ef12c73ed5 100644
--- a/doc/encoders.texi
+++ b/doc/encoders.texi
@@ -1817,7 +1817,7 @@ means unlimited.
 @item auto-alt-ref
 Enable use of alternate reference frames (2-pass only).
 Values greater than 1 enable multi-layer alternate reference frames (VP9 only).
- at item arnr-max-frames
+ at item arnr-maxframes
 Set altref noise reduction max frame count.
 @item arnr-type
 Set altref noise reduction filter type: backward, forward, centered.



More information about the ffmpeg-cvslog mailing list