You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-04 22:03:09 +02:00
avcodec: remove deprecated FF_API_QUALITY_FACTOR
Deprecated since 2024-03-29. Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
@ -356,10 +356,6 @@ enum AVPacketSideDataType {
|
|||||||
AV_PKT_DATA_NB
|
AV_PKT_DATA_NB
|
||||||
};
|
};
|
||||||
|
|
||||||
#if FF_API_QUALITY_FACTOR
|
|
||||||
#define AV_PKT_DATA_QUALITY_FACTOR AV_PKT_DATA_QUALITY_STATS //DEPRECATED
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This structure stores auxiliary information for decoding, presenting, or
|
* This structure stores auxiliary information for decoding, presenting, or
|
||||||
* otherwise processing the coded stream. It is typically exported by demuxers
|
* otherwise processing the coded stream. It is typically exported by demuxers
|
||||||
|
@ -39,7 +39,6 @@
|
|||||||
|
|
||||||
#define FF_API_INIT_PACKET (LIBAVCODEC_VERSION_MAJOR < 62)
|
#define FF_API_INIT_PACKET (LIBAVCODEC_VERSION_MAJOR < 62)
|
||||||
|
|
||||||
#define FF_API_QUALITY_FACTOR (LIBAVCODEC_VERSION_MAJOR < 62)
|
|
||||||
#define FF_API_V408_CODECID (LIBAVCODEC_VERSION_MAJOR < 62)
|
#define FF_API_V408_CODECID (LIBAVCODEC_VERSION_MAJOR < 62)
|
||||||
#define FF_API_CODEC_PROPS (LIBAVCODEC_VERSION_MAJOR < 63)
|
#define FF_API_CODEC_PROPS (LIBAVCODEC_VERSION_MAJOR < 63)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user