[FFmpeg-cvslog] doc: use @code{} for --{enable,disable}-options.

Clément Bœsch git at videolan.org
Wed Jan 4 13:21:28 CET 2012


ffmpeg | branch: master | Clément Bœsch <clement.boesch at smartjog.com> | Mon Jan  2 15:23:09 2012 +0100| [837126568c83b3f95cc19c1f24c005a215a2af1e] | committer: Clément Bœsch

doc: use @code{} for --{enable,disable}-options.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=837126568c83b3f95cc19c1f24c005a215a2af1e
---

 doc/filters.texi |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/doc/filters.texi b/doc/filters.texi
index a6021ec..86cacb3 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -93,7 +93,7 @@ Follows a BNF description for the filtergraph syntax:
 @c man begin AUDIO FILTERS
 
 When you configure your FFmpeg build, you can disable any of the
-existing filters using --disable-filters.
+existing filters using @code{--disable-filters}.
 The configure output will show the audio filters included in your
 build.
 
@@ -653,7 +653,7 @@ tools.
 @c man begin VIDEO FILTERS
 
 When you configure your FFmpeg build, you can disable any of the
-existing filters using --disable-filters.
+existing filters using @code{--disable-filters}.
 The configure output will show the video filters included in your
 build.
 
@@ -1413,7 +1413,7 @@ format=yuv420p:yuv444p:yuv410p
 Apply a frei0r effect to the input video.
 
 To enable compilation of this filter you need to install the frei0r
-header and configure FFmpeg with --enable-frei0r.
+header and configure FFmpeg with @code{--enable-frei0r}.
 
 The filter supports the syntax:
 @example
@@ -1772,7 +1772,7 @@ Pass the video source unchanged to the output.
 Apply video transform using libopencv.
 
 To enable this filter install libopencv library and headers and
-configure FFmpeg with --enable-libopencv.
+configure FFmpeg with @code{--enable-libopencv}.
 
 The filter takes the parameters: @var{filter_name}@{:=@}@var{filter_params}.
 
@@ -3017,7 +3017,7 @@ will generate a "dc_luma" test pattern.
 Provide a frei0r source.
 
 To enable compilation of this filter you need to install the frei0r
-header and configure FFmpeg with --enable-frei0r.
+header and configure FFmpeg with @code{--enable-frei0r}.
 
 The source supports the syntax:
 @example



More information about the ffmpeg-cvslog mailing list