aboutsummaryrefslogtreecommitdiffstats
path: root/fftools/ffmpeg.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2023-12-18 10:50:44 +0100
committerAnton Khirnov <anton@khirnov.net>2023-12-22 11:39:57 +0100
commit7f982065a8025a65ef0e3e719b0fb1a59b2a0d77 (patch)
treeeb98b96103b55b743a05a9861f6349a8c13d9271 /fftools/ffmpeg.h
parent8d8c2b410fd5cdc51428c5e8d473f78b193a0b6c (diff)
downloadffmpeg-7f982065a8025a65ef0e3e719b0fb1a59b2a0d77.tar.gz
fftools/ffmpeg: mark -vsync for future removal
It has already been deprecated over a year ago.
Diffstat (limited to 'fftools/ffmpeg.h')
-rw-r--r--fftools/ffmpeg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fftools/ffmpeg.h b/fftools/ffmpeg.h
index 238a02143e..6137ac991e 100644
--- a/fftools/ffmpeg.h
+++ b/fftools/ffmpeg.h
@@ -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')