diff options
author | Anton Khirnov <anton@khirnov.net> | 2022-09-15 15:53:12 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2022-09-19 15:18:20 +0200 |
commit | 8576c3c5d82188c1313f20666b8760fe4a29444c (patch) | |
tree | 5fd034343afd67917d8981b5e90e06ac8cdccff3 /libavcodec/version_major.h | |
parent | d7f4ad88a0df3c1339e142957bf2c40cd056b8ce (diff) | |
download | ffmpeg-8576c3c5d82188c1313f20666b8760fe4a29444c.tar.gz |
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.h | 1 |
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 */ |