[FFmpeg-cvslog] doc: Use the succinct syntax for the channelmap example
Luca Barbato
git at videolan.org
Thu Jul 9 12:18:42 CEST 2015
ffmpeg | branch: master | Luca Barbato <lu_zero at gentoo.org> | Wed Jul 8 16:14:47 2015 +0200| [8fcd121b823caeadbe7597c9ae9229f6f164f949] | committer: Luca Barbato
doc: Use the succinct syntax for the channelmap example
Mixing succinct and long syntax does not work.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8fcd121b823caeadbe7597c9ae9229f6f164f949
---
doc/filters.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/filters.texi b/doc/filters.texi
index e36f9a2..d9874b6 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -530,7 +530,7 @@ the input.
To fix a 5.1 WAV improperly encoded in AAC's native channel order
@example
-avconv -i in.wav -filter 'channelmap=1|2|0|5|3|4:channel_layout=5.1' out.wav
+avconv -i in.wav -filter 'channelmap=1|2|0|5|3|4:5.1' out.wav
@end example
@section compand
More information about the ffmpeg-cvslog
mailing list