summaryrefslogtreecommitdiff
path: root/doc/encoders.texi
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-10-18 10:15:07 +0200
committerDiego Biurrun <diego@biurrun.de>2017-02-27 10:36:45 +0100
commit4141a5a240fba44b4b4a1c488c279d7dd8a11ec7 (patch)
treedda5c962984e3a4bb3a0461fb4c9973916eab5d6 /doc/encoders.texi
parentda8093f712d625db7ce4a2526fb52994e01921ec (diff)
Use modern avconv syntax for codec selection in documentation and tests
Diffstat (limited to 'doc/encoders.texi')
-rw-r--r--doc/encoders.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/encoders.texi b/doc/encoders.texi
index bc5b33660e..41b8398127 100644
--- a/doc/encoders.texi
+++ b/doc/encoders.texi
@@ -38,7 +38,7 @@ always faster, just that one or the other may be better suited to a
particular system. The floating-point encoder will generally produce better
quality audio for a given bitrate. The @var{ac3_fixed} encoder is not the
default codec for any of the output formats, so it must be specified explicitly
-using the option @code{-acodec ac3_fixed} in order to use it.
+using the option @code{-c:a ac3_fixed} in order to use it.
@subsection AC-3 Metadata