diff options
author | James Almer <jamrial@gmail.com> | 2023-01-09 11:22:39 -0300 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2023-02-09 15:35:14 +0100 |
commit | 3ceffe783965767e62d59e8e68ecd265c98460ec (patch) | |
tree | 969d9bac9d858f6749ab62180960cf3af9cc4df6 /libavcodec/codec.h | |
parent | 5f9e848e686a3c0795939809712b260af5c1adb8 (diff) | |
download | ffmpeg-3ceffe783965767e62d59e8e68ecd265c98460ec.tar.gz |
avcodec: remove FF_API_FLAG_TRUNCATED
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/codec.h')
-rw-r--r-- | libavcodec/codec.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libavcodec/codec.h b/libavcodec/codec.h index e1ebb0943e..3b1995bcfe 100644 --- a/libavcodec/codec.h +++ b/libavcodec/codec.h @@ -50,12 +50,6 @@ * avcodec_default_get_buffer2 or avcodec_default_get_encode_buffer. */ #define AV_CODEC_CAP_DR1 (1 << 1) -#if FF_API_FLAG_TRUNCATED -/** - * @deprecated Use parsers to always send proper frames. - */ -#define AV_CODEC_CAP_TRUNCATED (1 << 3) -#endif /** * Encoder or decoder requires flushing with NULL input at the end in order to * give the complete and correct output. |