mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-08 13:22:53 +02:00
Remove libmpeg2 #define remnants
This commit is contained in:
parent
c1ef30a6ba
commit
bc4620e5d6
@ -2620,7 +2620,9 @@ typedef struct AVCodecContext {
|
|||||||
#define FF_IDCT_INT 1
|
#define FF_IDCT_INT 1
|
||||||
#define FF_IDCT_SIMPLE 2
|
#define FF_IDCT_SIMPLE 2
|
||||||
#define FF_IDCT_SIMPLEMMX 3
|
#define FF_IDCT_SIMPLEMMX 3
|
||||||
|
#if FF_API_LIBMPEG2
|
||||||
#define FF_IDCT_LIBMPEG2MMX 4
|
#define FF_IDCT_LIBMPEG2MMX 4
|
||||||
|
#endif
|
||||||
#define FF_IDCT_MMI 5
|
#define FF_IDCT_MMI 5
|
||||||
#define FF_IDCT_ARM 7
|
#define FF_IDCT_ARM 7
|
||||||
#define FF_IDCT_ALTIVEC 8
|
#define FF_IDCT_ALTIVEC 8
|
||||||
|
@ -85,5 +85,8 @@
|
|||||||
#ifndef FF_API_AVCODEC_RESAMPLE
|
#ifndef FF_API_AVCODEC_RESAMPLE
|
||||||
#define FF_API_AVCODEC_RESAMPLE (LIBAVCODEC_VERSION_MAJOR < 55)
|
#define FF_API_AVCODEC_RESAMPLE (LIBAVCODEC_VERSION_MAJOR < 55)
|
||||||
#endif
|
#endif
|
||||||
|
#ifndef FF_API_LIBMPEG2
|
||||||
|
#define FF_API_LIBMPEG2 (LIBAVCODEC_VERSION_MAJOR < 55)
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif /* AVCODEC_VERSION_H */
|
#endif /* AVCODEC_VERSION_H */
|
||||||
|
Loading…
Reference in New Issue
Block a user