[FFmpeg-devel] [PATCH]Print an error if both -r and -vsync 0 are used

Carl Eugen Hoyos cehoyos at ag.or.at
Thu Oct 23 23:51:38 CEST 2014


Carl Eugen Hoyos <cehoyos <at> ag.or.at> writes:

> +    if (frame_rate && video_sync_method == VSYNC_PASSTHROUGH)
> +        av_log(NULL, AV_LOG_ERROR, "Using -vsync 0 and -r 
> produces invalid output files\n");

Merged by Michael.

Thank you, Carl Eugen



More information about the ffmpeg-devel mailing list