Re: [FFmpeg-devel] [PATCH 4/6] ffmpeg: deprecate passing numbers to -vsync
LGTM ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".
[FFmpeg-devel] [PATCH 4/6] ffmpeg: deprecate passing numbers to -vsync
There is never a reason to do this, using symbolic names is always preferred. --- doc/ffmpeg.texi | 16 +--- fftools/ffmpeg_opt.c | 7 +-- 2 files changed, 14 insertions(+), 9 deletions(-) diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi index 20a547381c..164419cad3 100644 ---