summaryrefslogtreecommitdiff
path: root/doc/encoders.texi
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2011-09-16 11:50:06 +0200
committerClément Bœsch <ubitux@gmail.com>2011-09-16 11:50:06 +0200
commit9eb1c947138b1727e5baa95303dec90915857f3b (patch)
tree21d1baa3dd9ec405bca35664fcaa9ee2aa152a83 /doc/encoders.texi
parent6613db9736605a98927b1d3290b1175d4f79e55e (diff)
downloadffmpeg-9eb1c947138b1727e5baa95303dec90915857f3b.tar.gz
doc: fix x264_opts/x264opts typo.
Diffstat (limited to 'doc/encoders.texi')
-rw-r--r--doc/encoders.texi12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/encoders.texi b/doc/encoders.texi
index a54f726397..f50ee10d11 100644
--- a/doc/encoders.texi
+++ b/doc/encoders.texi
@@ -551,27 +551,27 @@ Set the encoding preset.
@item tune @var{tune_name}
Tune the encoding params.
-Deprecated in favor of @var{x264_opts}
+Deprecated in favor of @var{x264opts}
@item fastfirstpass @var{bool}
Use fast settings when encoding first pass, default value is 1.
-Deprecated in favor of @var{x264_opts}.
+Deprecated in favor of @var{x264opts}.
@item profile @var{profile_name}
Set profile restrictions.
-Deprecated in favor of @var{x264_opts}.
+Deprecated in favor of @var{x264opts}.
@item level @var{level}
Specify level (as defined by Annex A).
-Deprecated in favor of @var{x264_opts}.
+Deprecated in favor of @var{x264opts}.
@item passlogfile @var{filename}
Specify filename for 2 pass stats.
-Deprecated in favor of @var{x264_opts}.
+Deprecated in favor of @var{x264opts}.
@item wpredp @var{wpred_type}
Specify Weighted prediction for P-frames.
-Deprecated in favor of @var{x264_opts}.
+Deprecated in favor of @var{x264opts}.
@item x264opts @var{options}
Allow to set any x264 option, see x264 manual for a list.