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:
parent
638690b872
commit
bd58a68dbc
2 changed files with 0 additions and 5 deletions
|
|
@ -356,10 +356,6 @@ enum AVPacketSideDataType {
|
|||
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
|
||||
* 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_QUALITY_FACTOR (LIBAVCODEC_VERSION_MAJOR < 62)
|
||||
#define FF_API_V408_CODECID (LIBAVCODEC_VERSION_MAJOR < 62)
|
||||
#define FF_API_CODEC_PROPS (LIBAVCODEC_VERSION_MAJOR < 63)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue