diff options
author | Justin Ruggles <justin.ruggles@gmail.com> | 2011-10-11 15:04:33 -0400 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2011-10-12 14:52:26 -0400 |
commit | 3e68b282216b531c9a2887fe5168c2c3b26b11e8 (patch) | |
tree | 4dccb7efbebe757771b33f185f768e1c5c63cf28 /doc/encoders.texi | |
parent | 50f97219041f1801e374c005fa0b6e970a25844e (diff) | |
download | ffmpeg-3e68b282216b531c9a2887fe5168c2c3b26b11e8.tar.gz |
fix ac3 encoder documentation
some of the mode values were reversed
Diffstat (limited to 'doc/encoders.texi')
-rw-r--r-- | doc/encoders.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/encoders.texi b/doc/encoders.texi index d507b66f51..830981fe8d 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} |