aboutsummaryrefslogtreecommitdiffstats
path: root/libavutil/version.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2024-10-13 13:18:55 +0200
committerAnton Khirnov <anton@khirnov.net>2024-10-16 16:46:29 +0200
commit31b5b3badc2bc3d9d59d5b534c84033c9eb3d577 (patch)
tree22a08b4e0f5fe8503db80df9b54dfa578e5bee82 /libavutil/version.h
parent86460a0342d7cbd59ad794f515d7d525331b54dd (diff)
downloadffmpeg-31b5b3badc2bc3d9d59d5b534c84033c9eb3d577.tar.gz
lavu/opt: deprecate av_opt_ptr()
It has no more internal callers, and we do not want to support direct pointer access via AVOptions, as that constrains AVOption API extensions.
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 4ff5ce8e12..9ebed5d75c 100644
--- a/libavutil/version.h
+++ b/libavutil/version.h
@@ -116,6 +116,7 @@
#define FF_API_RISCV_FD_ZBA (LIBAVUTIL_VERSION_MAJOR < 60)
#define FF_API_VULKAN_FIXED_QUEUES (LIBAVUTIL_VERSION_MAJOR < 60)
#define FF_API_OPT_INT_LIST (LIBAVUTIL_VERSION_MAJOR < 60)
+#define FF_API_OPT_PTR (LIBAVUTIL_VERSION_MAJOR < 60)
/**
* @}