mirror of https://git.ffmpeg.org/ffmpeg.git
avcodec: Postpone FF_IDCT_XVIDMMX removal until the next version bump
This commit is contained in:
parent
d63443b968
commit
cc1d8c54c1
|
@ -133,7 +133,7 @@
|
|||
#define FF_API_UNUSED_MEMBERS (LIBAVCODEC_VERSION_MAJOR < 57)
|
||||
#endif
|
||||
#ifndef FF_API_IDCT_XVIDMMX
|
||||
#define FF_API_IDCT_XVIDMMX (LIBAVCODEC_VERSION_MAJOR < 56)
|
||||
#define FF_API_IDCT_XVIDMMX (LIBAVCODEC_VERSION_MAJOR < 57)
|
||||
#endif
|
||||
#ifndef FF_API_INPUT_PRESERVED
|
||||
#define FF_API_INPUT_PRESERVED (LIBAVCODEC_VERSION_MAJOR < 57)
|
||||
|
|
Loading…
Reference in New Issue