diff options
author | James Almer <jamrial@gmail.com> | 2023-01-09 10:40:00 -0300 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2023-02-09 15:24:16 +0100 |
commit | 2f9cd8861797df5b4d2e36143dfa8268b65cfd38 (patch) | |
tree | 3a4872953e228afc86699e7891f969d6fca57946 /libavcodec/codec.h | |
parent | 86806347d853b1b4297f5bf6ff6996d35afac5fc (diff) | |
download | ffmpeg-2f9cd8861797df5b4d2e36143dfa8268b65cfd38.tar.gz |
avcodec: remove FF_API_UNUSED_CODEC_CAPS
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/codec.h')
-rw-r--r-- | libavcodec/codec.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/libavcodec/codec.h b/libavcodec/codec.h index 67f9120b44..336a785e18 100644 --- a/libavcodec/codec.h +++ b/libavcodec/codec.h @@ -143,17 +143,6 @@ */ #define AV_CODEC_CAP_AVOID_PROBING (1 << 17) -#if FF_API_UNUSED_CODEC_CAPS -/** - * Deprecated and unused. Use AVCodecDescriptor.props instead - */ -#define AV_CODEC_CAP_INTRA_ONLY 0x40000000 -/** - * Deprecated and unused. Use AVCodecDescriptor.props instead - */ -#define AV_CODEC_CAP_LOSSLESS 0x80000000 -#endif - /** * Codec is backed by a hardware implementation. Typically used to * identify a non-hwaccel hardware decoder. For information about hwaccels, use |