summaryrefslogtreecommitdiff
path: root/libavutil/version.h
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2015-09-05 20:36:19 +0200
committerHendrik Leppkes <h.leppkes@gmail.com>2015-09-05 20:36:19 +0200
commitd83dd630a09d310463b525c6471c8d8f47fd20ec (patch)
tree9eb33752a16b3b79d22aa05a6fb1790a7e12036e /libavutil/version.h
parent251fb7dcd4865a9821fc238dbcc674e57080c91e (diff)
lavu: Drop FF_API_GET_CHANNEL_LAYOUT_COMPAT cruft
FATE refs changed to accomodate for the new default behavior of the function. Numbers are now interpreted as a channel layout, instead of a number of channels.
Diffstat (limited to 'libavutil/version.h')
-rw-r--r--libavutil/version.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavutil/version.h b/libavutil/version.h
index 2f4d2efc73..108e1c7849 100644
--- a/libavutil/version.h
+++ b/libavutil/version.h
@@ -87,9 +87,6 @@
#ifndef FF_API_VDPAU
#define FF_API_VDPAU (LIBAVUTIL_VERSION_MAJOR < 56)
#endif
-#ifndef FF_API_GET_CHANNEL_LAYOUT_COMPAT
-#define FF_API_GET_CHANNEL_LAYOUT_COMPAT (LIBAVUTIL_VERSION_MAJOR < 55)
-#endif
#ifndef FF_API_XVMC
#define FF_API_XVMC (LIBAVUTIL_VERSION_MAJOR < 56)
#endif