summaryrefslogtreecommitdiff
path: root/libavcodec/codec.h
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2023-01-09 10:40:00 -0300
committerAnton Khirnov <anton@khirnov.net>2023-02-09 15:24:16 +0100
commit2f9cd8861797df5b4d2e36143dfa8268b65cfd38 (patch)
tree3a4872953e228afc86699e7891f969d6fca57946 /libavcodec/codec.h
parent86806347d853b1b4297f5bf6ff6996d35afac5fc (diff)
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.h11
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