[FFmpeg-cvslog] r25130 - trunk/doc/filters.texi
stefano
subversion
Thu Sep 16 10:34:55 CEST 2010
Author: stefano
Date: Thu Sep 16 10:34:55 2010
New Revision: 25130
Log:
Prefer "X" over ``X'', looks more readable and more consistent with
the rest of FFmpeg docs.
Modified:
trunk/doc/filters.texi
Modified: trunk/doc/filters.texi
==============================================================================
--- trunk/doc/filters.texi Thu Sep 16 10:30:01 2010 (r25129)
+++ trunk/doc/filters.texi Thu Sep 16 10:34:55 2010 (r25130)
@@ -70,8 +70,8 @@ Convert the input video to one of the sp
Libavfilter will try to pick one that is supported for the input to
the next filter.
-The filter accepts a list of pixel format names, separated by ``:'',
-for example ``yuv420p:monow:rgb24''.
+The filter accepts a list of pixel format names, separated by ":",
+for example "yuv420p:monow:rgb24".
The following command:
@@ -79,7 +79,7 @@ The following command:
./ffmpeg -i in.avi -vf "format=yuv420p" out.avi
@end example
-will convert the input video to the format ``yuv420p''.
+will convert the input video to the format "yuv420p".
@section hflip
@@ -96,8 +96,8 @@ ffmpeg -i in.avi -vf "hflip" out.avi
Force libavfilter not to use any of the specified pixel formats for the
input to the next filter.
-The filter accepts a list of pixel format names, separated by ``:'',
-for example ``yuv420p:monow:rgb24''.
+The filter accepts a list of pixel format names, separated by ":",
+for example "yuv420p:monow:rgb24".
The following command:
@@ -105,7 +105,7 @@ The following command:
./ffmpeg -i in.avi -vf "noformat=yuv420p, vflip" out.avi
@end example
-will make libavfilter use a format different from ``yuv420p'' for the
+will make libavfilter use a format different from "yuv420p" for the
input to the vflip filter.
@section null
@@ -170,7 +170,7 @@ The default value of @var{x} and @var{y}
Specify the color of the padded area, it can be the name of a color
(case insensitive match) or a 0xRRGGBB[AA] sequence.
-The default value of @var{color} is ``black''.
+The default value of @var{color} is "black".
@end table
More information about the ffmpeg-cvslog
mailing list