summaryrefslogtreecommitdiff
path: root/libavutil/version.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2023-01-31 12:27:28 +0100
committerAnton Khirnov <anton@khirnov.net>2023-02-04 13:40:20 +0100
commitbdc76f467f5caaa15b3bd11cbe6c52cc8f2f45b1 (patch)
treebd2d15177f5ffc9681d609be283826eaa721b041 /libavutil/version.h
parentd02340b9e3e72f401cddbeb3bcc3cb584902b886 (diff)
downloadffmpeg-bdc76f467f5caaa15b3bd11cbe6c52cc8f2f45b1.tar.gz
lavu/frame: deprecate reordered_opaque
It is only used in libavcodec, where it's been superseded by AV_CODEC_CAP_COPY_OPAQUE.
Diffstat (limited to 'libavutil/version.h')
-rw-r--r--libavutil/version.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavutil/version.h b/libavutil/version.h
index 60f96af5df..43daf8cd5a 100644
--- a/libavutil/version.h
+++ b/libavutil/version.h
@@ -115,6 +115,7 @@
#define FF_API_OLD_CHANNEL_LAYOUT (LIBAVUTIL_VERSION_MAJOR < 58)
#define FF_API_AV_FOPEN_UTF8 (LIBAVUTIL_VERSION_MAJOR < 58)
#define FF_API_PKT_DURATION (LIBAVUTIL_VERSION_MAJOR < 58)
+#define FF_API_REORDERED_OPAQUE (LIBAVUTIL_VERSION_MAJOR < 59)
/**
* @}