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/avcodec.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/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index c83e03a08f..a3cf38a865 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -303,15 +303,6 @@ typedef struct RcOverride{ * error[?] variables will be set during encoding. */ #define AV_CODEC_FLAG_PSNR (1 << 15) -#if FF_API_FLAG_TRUNCATED -/** - * Input bitstream might be truncated at a random location - * instead of only at frame boundaries. - * - * @deprecated use codec parsers for packetizing input - */ -#define AV_CODEC_FLAG_TRUNCATED (1 << 16) -#endif /** * Use interlaced DCT. */ |