diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2021-09-13 13:52:46 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2021-09-20 01:03:48 +0200 |
commit | 176b8d785bf7531b6eb8e3d6e8c03f75cb29de1e (patch) | |
tree | 1f5a418d4870a7ded330870591c18c4f0fb80b2a /doc | |
parent | 3b6c25c9256072f4517a05e61fe61b6d1afe1021 (diff) | |
download | ffmpeg-176b8d785bf7531b6eb8e3d6e8c03f75cb29de1e.tar.gz |
avcodec/avcodec, options_table: Deprecate sub_text_format
Unused since 1f63665ca567fbc49fa80166d468a822c2999efa.
Found-by: Soft Works <softworkz@hotmail.com>
Reviewed-by: Soft Works <softworkz@hotmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 381cb65657..5049d2d149 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -14,6 +14,10 @@ libavutil: 2021-04-27 API changes, most recent first: +2021-09-20 - xxxxxxxxxx - lavc 59.9.100 - avcodec.h + Deprecate AVCodecContext.sub_text_format and the corresponding + AVOptions. It is unused since the last major bump. + 2021-09-20 - xxxxxxxxxx - lavc 59.8.100 - avcodec.h codec.h Deprecate AV_CODEC_FLAG_TRUNCATED and AV_CODEC_CAP_TRUNCATED, as they are redundant with parsers. |