summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJan Ekström <jan.ekstrom@24i.com>2021-02-22 14:21:09 +0200
committerJan Ekström <jeebjp@gmail.com>2021-03-05 19:45:00 +0200
commita0eec776b6212b0126f04bbac6bd6af0f6530b76 (patch)
treefbac64059b0751e0d47c6c64afdc3ee047be61e2 /doc
parentc8c6c9f5d96789001ea628f44cc5602bdc41d5f3 (diff)
avcodec: enable usage of err_recognition for encoders
Enables the usage of such values as AV_EF_EXPLODE in encoders, which can be useful in cases such as subtitle encoders where they have the responsibility to validate the correctness of an incoming ASS dialog line. Signed-off-by: Jan Ekström <jan.ekstrom@24i.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index a003abf7ca..4027d599e7 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -15,6 +15,9 @@ libavutil: 2017-10-21
API changes, most recent first:
+2021-03-04 - xxxxxxxxxx - lavc 58.128.101 - avcodec.h
+ Enable err_recognition to be set for encoders.
+
2021-03-03 - xxxxxxxxxx - lavf 58.70.100 - avformat.h
Deprecate AVFMT_FLAG_PRIV_OPT. It will do nothing
as soon as av_demuxer_open() is removed.