[FFmpeg-devel] [PATCH] doc/ffmpeg.texi: specify symbolic names for the vsync parameter

Stefano Sabatini stefasab at gmail.com
Tue Jan 17 17:15:37 CET 2012


---
 doc/ffmpeg.texi |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi
index 83a45a8..f945a0c 100644
--- a/doc/ffmpeg.texi
+++ b/doc/ffmpeg.texi
@@ -919,15 +919,15 @@ Thread count.
 Video sync method.
 
 @table @option
- at item 0
+ at item passthrough, 0
 Each frame is passed with its timestamp from the demuxer to the muxer.
- at item 1
+ at item 1, cfr
 Frames will be duplicated and dropped to achieve exactly the requested
 constant framerate.
- at item 2
+ at item 2, vfr
 Frames are passed through with their timestamp or dropped so as to
 prevent 2 frames from having the same timestamp.
- at item -1
+ at item -1, auto
 Chooses between 1 and 2 depending on muxer capabilities. This is the
 default method.
 @end table
-- 
1.7.5.4



More information about the ffmpeg-devel mailing list