Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2022-09-15 16:53:12 +0300
committerAnton Khirnov <anton@khirnov.net>2022-09-19 16:18:20 +0300
commit8576c3c5d82188c1313f20666b8760fe4a29444c (patch)
tree5fd034343afd67917d8981b5e90e06ac8cdccff3 /libavcodec/version_major.h
parentd7f4ad88a0df3c1339e142957bf2c40cd056b8ce (diff)
lavc/videotoolbox: deprecate write-only output_callback
This field has never been used for anything, so stop setting it and deprecate it.
Diffstat (limited to 'libavcodec/version_major.h')
-rw-r--r--libavcodec/version_major.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/version_major.h b/libavcodec/version_major.h
index 1ec815a7bc..d9386792de 100644
--- a/libavcodec/version_major.h
+++ b/libavcodec/version_major.h
@@ -51,5 +51,6 @@
#define FF_API_IDCT_NONE (LIBAVCODEC_VERSION_MAJOR < 60)
#define FF_API_SVTAV1_OPTS (LIBAVCODEC_VERSION_MAJOR < 60)
#define FF_API_AYUV_CODECID (LIBAVCODEC_VERSION_MAJOR < 60)
+#define FF_API_VT_OUTPUT_CALLBACK (LIBAVCODEC_VERSION_MAJOR < 60)
#endif /* AVCODEC_VERSION_MAJOR_H */