diff options
author | James Almer <jamrial@gmail.com> | 2025-02-19 12:29:29 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2025-03-28 14:33:07 -0300 |
commit | bd58a68dbc8f7eac1ab3722e0267278c04ef55a5 (patch) | |
tree | a8ec1f6d5be7fca3a6712289743b8e7ce12400e5 | |
parent | 638690b872a982470eb985b67665fd9019a5d115 (diff) | |
download | ffmpeg-bd58a68dbc8f7eac1ab3722e0267278c04ef55a5.tar.gz |
avcodec: remove deprecated FF_API_QUALITY_FACTOR
Deprecated since 2024-03-29.
Signed-off-by: James Almer <jamrial@gmail.com>
-rw-r--r-- | libavcodec/packet.h | 4 | ||||
-rw-r--r-- | libavcodec/version_major.h | 1 |
2 files changed, 0 insertions, 5 deletions
diff --git a/libavcodec/packet.h b/libavcodec/packet.h index c1f1ad7b43..71bc2e0575 100644 --- a/libavcodec/packet.h +++ b/libavcodec/packet.h @@ -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 diff --git a/libavcodec/version_major.h b/libavcodec/version_major.h index dba07a0078..2abc6a9190 100644 --- a/libavcodec/version_major.h +++ b/libavcodec/version_major.h @@ -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) |