1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-10 06:10:52 +02:00

avutil: delay removial of FF_API_GET_CHANNEL_LAYOUT_COMPAT

avoids fate failure of join filter

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer
2014-08-09 23:19:54 +02:00
parent c89afc9acf
commit 5e1832c29c

View File

@@ -123,7 +123,7 @@
#define FF_API_VDPAU (LIBAVUTIL_VERSION_MAJOR < 55) #define FF_API_VDPAU (LIBAVUTIL_VERSION_MAJOR < 55)
#endif #endif
#ifndef FF_API_GET_CHANNEL_LAYOUT_COMPAT #ifndef FF_API_GET_CHANNEL_LAYOUT_COMPAT
#define FF_API_GET_CHANNEL_LAYOUT_COMPAT (LIBAVUTIL_VERSION_MAJOR < 54) #define FF_API_GET_CHANNEL_LAYOUT_COMPAT (LIBAVUTIL_VERSION_MAJOR < 55)
#endif #endif
#ifndef FF_API_OLD_OPENCL #ifndef FF_API_OLD_OPENCL
#define FF_API_OLD_OPENCL (LIBAVUTIL_VERSION_MAJOR < 54) #define FF_API_OLD_OPENCL (LIBAVUTIL_VERSION_MAJOR < 54)