summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDaniel Verkamp <daniel@drv.nu>2013-02-12 11:15:51 -0700
committerMichael Niedermayer <michaelni@gmx.at>2013-02-13 04:13:55 +0100
commit2acd5fb5532587507ab197788338ae55bf9128aa (patch)
tree126842ec346ae67dea8d721ce46210c3f1169542 /doc
parent4f1279154ee9baf2078241bf5619774970d18b25 (diff)
doc/demuxers: quote command line arguments with @code
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc')
-rw-r--r--doc/demuxers.texi10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/demuxers.texi b/doc/demuxers.texi
index d4a528baf6..7701863e9a 100644
--- a/doc/demuxers.texi
+++ b/doc/demuxers.texi
@@ -6,14 +6,14 @@ multimedia streams from a particular type of file.
When you configure your FFmpeg build, all the supported demuxers
are enabled by default. You can list all available ones using the
-configure option "--list-demuxers".
+configure option @code{--list-demuxers}.
You can disable all the demuxers using the configure option
-"--disable-demuxers", and selectively enable a single demuxer with
-the option "--enable-demuxer=@var{DEMUXER}", or disable it
-with the option "--disable-demuxer=@var{DEMUXER}".
+@code{--disable-demuxers}, and selectively enable a single demuxer with
+the option @code{--enable-demuxer=@var{DEMUXER}}, or disable it
+with the option @code{--disable-demuxer=@var{DEMUXER}}.
-The option "-formats" of the ff* tools will display the list of
+The option @code{-formats} of the ff* tools will display the list of
enabled demuxers.
The description of some of the currently available demuxers follows.