[FFmpeg-cvslog] doc/filters: move fps filter start_time item to correct place
Michael Niedermayer
git at videolan.org
Wed Aug 21 14:33:38 CEST 2013
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Wed Aug 21 14:29:15 2013 +0200| [ca7f637a1eb74bac1df4e99a9ba0a6ebd040d440] | committer: Michael Niedermayer
doc/filters: move fps filter start_time item to correct place
Fixes warnings
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ca7f637a1eb74bac1df4e99a9ba0a6ebd040d440
---
doc/filters.texi | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/doc/filters.texi b/doc/filters.texi
index 6bc0771..19d9784 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -4159,13 +4159,6 @@ round to nearest
@end table
The default is @code{near}.
- at end table
-
-Alternatively, the options can be specified as a flat string:
- at var{fps}[:@var{round}].
-
-See also the @ref{setpts} filter.
-
@item start_time
Assume the first PTS should be the given value, in seconds. This allows for
padding/trimming at the start of stream. By default, no assumption is made
@@ -4174,6 +4167,13 @@ For example, this could be set to 0 to pad the beginning with duplicates of
the first frame if a video stream starts after the audio stream or to trim any
frames with a negative PTS.
+ at end table
+
+Alternatively, the options can be specified as a flat string:
+ at var{fps}[:@var{round}].
+
+See also the @ref{setpts} filter.
+
@subsection Examples
@itemize
More information about the ffmpeg-cvslog
mailing list