diff options
author | James Almer <jamrial@gmail.com> | 2023-01-09 11:25:21 -0300 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2023-02-09 15:35:14 +0100 |
commit | 1ba8b6d9dcf5541107b627cf634a4dc2b0cd3d1a (patch) | |
tree | 35ac0e78aecbe281a137f50a6d3fb1c6f3159ca7 /libavcodec/avcodec.h | |
parent | 3ceffe783965767e62d59e8e68ecd265c98460ec (diff) | |
download | ffmpeg-1ba8b6d9dcf5541107b627cf634a4dc2b0cd3d1a.tar.gz |
avcodec: remove FF_API_SUB_TEXT_FORMAT
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 a3cf38a865..17416791a6 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -1882,15 +1882,6 @@ typedef struct AVCodecContext { */ AVBufferRef *hw_frames_ctx; -#if FF_API_SUB_TEXT_FORMAT - /** - * @deprecated unused - */ - attribute_deprecated - int sub_text_format; -#define FF_SUB_TEXT_FMT_ASS 0 -#endif - /** * Audio only. The amount of padding (in samples) appended by the encoder to * the end of the audio. I.e. this number of decoded samples must be |