fftools/ffmpeg: mark -vsync for future removal

It has already been deprecated over a year ago.
This commit is contained in:
Anton Khirnov
2023-12-18 10:50:44 +01:00
parent 8d8c2b410f
commit 7f982065a8
3 changed files with 17 additions and 3 deletions

View File

@@ -61,6 +61,7 @@
#define FFMPEG_OPT_TOP 1
#define FFMPEG_OPT_FORCE_KF_SOURCE_NO_DROP 1
#define FFMPEG_OPT_VSYNC_DROP 1
#define FFMPEG_OPT_VSYNC 1
#define FFMPEG_ERROR_RATE_EXCEEDED FFERRTAG('E', 'R', 'E', 'D')