diff DOCS/man/en/mplayer.1 @ 16321:efbfac98cab1

Allow forcing of demuxers and codecs by prepending '+'
author reimar
date Tue, 30 Aug 2005 23:56:24 +0000
parents e09a6a771f37
children 5be9151b6d35
line wrap: on
line diff
--- a/DOCS/man/en/mplayer.1	Tue Aug 30 23:24:47 2005 +0000
+++ b/DOCS/man/en/mplayer.1	Tue Aug 30 23:56:24 2005 +0000
@@ -787,6 +787,7 @@
 .TP
 .B \-audio-demuxer <name> (\-audiofile only)
 Force audio demuxer type for \-audiofile.
+Use a '+' before the name to force it, this will skip some checks!
 Give the demuxer name as printed by \-audio-demuxer help.
 For backward compatibility it also accepts the demuxer ID as defined in
 libmpdemux/\:demuxer.h.
@@ -3136,10 +3137,11 @@
 .SH "DECODING/\:FILTERING OPTIONS"
 .
 .TP
-.B \-ac <[-]codec1,[-]codec2,...[,]>
+.B \-ac <[-|+]codec1,[-|+]codec2,...[,]>
 Specify a priority list of audio codecs to be used, according to their codec
 name in codecs.conf.
 Use a '-' before the codec name to omit it.
+Use a '+' before the codec name to force it, this will likely crash!
 If the list has a trailing ',' MPlayer will fall back on codecs not
 contained in the list.
 .br
@@ -3541,6 +3543,7 @@
 Specify a priority list of video codecs to be used, according to their codec
 name in codecs.conf.
 Use a '-' before the codec name to omit it.
+Use a '+' before the codec name to force it, this will likely crash!
 If the list has a trailing ',' MPlayer will fall back on codecs not
 contained in the list.
 .br