[FFmpeg-cvslog] fix ac3 encoder documentation
Justin Ruggles
git at videolan.org
Thu Oct 13 06:01:49 CEST 2011
ffmpeg | branch: master | Justin Ruggles <justin.ruggles at gmail.com> | Tue Oct 11 15:04:33 2011 -0400| [3e68b282216b531c9a2887fe5168c2c3b26b11e8] | committer: Justin Ruggles
fix ac3 encoder documentation
some of the mode values were reversed
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3e68b282216b531c9a2887fe5168c2c3b26b11e8
---
doc/encoders.texi | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/doc/encoders.texi b/doc/encoders.texi
index d507b66..830981f 100644
--- a/doc/encoders.texi
+++ b/doc/encoders.texi
@@ -320,10 +320,10 @@ apply Dolby Surround EX processing.
Not Indicated (default)
@item 1
@itemx on
-Dolby Surround EX On
+Dolby Surround EX Off
@item 2
@itemx off
-Dolby Surround EX Off
+Dolby Surround EX On
@end table
@item -dheadphone_mode @var{mode}
@@ -337,10 +337,10 @@ processing.
Not Indicated (default)
@item 1
@itemx on
-Dolby Headphone On
+Dolby Headphone Off
@item 2
@itemx off
-Dolby Headphone Off
+Dolby Headphone On
@end table
@item -ad_conv_type @var{type}
More information about the ffmpeg-cvslog
mailing list