You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
lavc: remove disabled FF_API_DATA_POINTERS cruft.
This commit is contained in:
@@ -854,11 +854,7 @@ enum AVSideDataParamChangeFlags {
|
|||||||
* sizeof(AVFrame) must not be used outside libav*.
|
* sizeof(AVFrame) must not be used outside libav*.
|
||||||
*/
|
*/
|
||||||
typedef struct AVFrame {
|
typedef struct AVFrame {
|
||||||
#if FF_API_DATA_POINTERS
|
|
||||||
#define AV_NUM_DATA_POINTERS 4
|
|
||||||
#else
|
|
||||||
#define AV_NUM_DATA_POINTERS 8
|
#define AV_NUM_DATA_POINTERS 8
|
||||||
#endif
|
|
||||||
/**
|
/**
|
||||||
* pointer to the picture/channel planes.
|
* pointer to the picture/channel planes.
|
||||||
* This might be different from the first allocated byte
|
* This might be different from the first allocated byte
|
||||||
|
@@ -41,9 +41,6 @@
|
|||||||
#ifndef FF_API_REQUEST_CHANNELS
|
#ifndef FF_API_REQUEST_CHANNELS
|
||||||
#define FF_API_REQUEST_CHANNELS (LIBAVCODEC_VERSION_MAJOR < 55)
|
#define FF_API_REQUEST_CHANNELS (LIBAVCODEC_VERSION_MAJOR < 55)
|
||||||
#endif
|
#endif
|
||||||
#ifndef FF_API_DATA_POINTERS
|
|
||||||
#define FF_API_DATA_POINTERS (LIBAVCODEC_VERSION_MAJOR < 54)
|
|
||||||
#endif
|
|
||||||
#ifndef FF_API_OLD_DECODE_AUDIO
|
#ifndef FF_API_OLD_DECODE_AUDIO
|
||||||
#define FF_API_OLD_DECODE_AUDIO (LIBAVCODEC_VERSION_MAJOR < 55)
|
#define FF_API_OLD_DECODE_AUDIO (LIBAVCODEC_VERSION_MAJOR < 55)
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user