summaryrefslogtreecommitdiff
path: root/libavutil/version.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2013-05-07 21:56:32 +0200
committerJames Almer <jamrial@gmail.com>2022-03-15 09:42:29 -0300
commit086a8048061bf9fb4c63943f6962db48175f655c (patch)
tree0f98e16e64dd5337faa8d02c33dc06e2239a5515 /libavutil/version.h
parentdcc3f6227070fe8fecbcfe7849fb69f5e8b832f7 (diff)
avutil/channel_layout: Add a new channel layout API
The new API is more extensible and allows for custom layouts. More accurate information is exported, eg for decoders that do not set a channel layout, lavc will not make one up for them. Deprecate the old API working with just uint64_t bitmasks. Expanded and completed by Vittorio Giovara <vittorio.giovara@gmail.com> and James Almer <jamrial@gmail.com>. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com> Signed-off-by: James Almer <jamrial@gmail.com>
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 6c5d90507c..f52913753d 100644
--- a/libavutil/version.h
+++ b/libavutil/version.h
@@ -112,6 +112,7 @@
#define FF_API_FIFO_PEEK2 (LIBAVUTIL_VERSION_MAJOR < 58)
#define FF_API_FIFO_OLD_API (LIBAVUTIL_VERSION_MAJOR < 58)
#define FF_API_XVMC (LIBAVUTIL_VERSION_MAJOR < 58)
+#define FF_API_OLD_CHANNEL_LAYOUT (LIBAVUTIL_VERSION_MAJOR < 58)
/**
* @}