From 4141a5a240fba44b4b4a1c488c279d7dd8a11ec7 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Thu, 18 Oct 2012 10:15:07 +0200 Subject: Use modern avconv syntax for codec selection in documentation and tests --- doc/encoders.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/encoders.texi') 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 -- cgit v1.2.3