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

Alexander Strasser eclipse7 at gmx.net
Tue Jan 17 21:35:08 CET 2012


Hi Stefano,

Stefano Sabatini wrote:
> ---
>  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

  am I missing something or why is this change listing the symbolic
name first in contrast to the following changes?

>  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

  Alexander


More information about the ffmpeg-devel mailing list