From a0eec776b6212b0126f04bbac6bd6af0f6530b76 Mon Sep 17 00:00:00 2001 From: Jan Ekström Date: Mon, 22 Feb 2021 14:21:09 +0200 Subject: avcodec: enable usage of err_recognition for encoders MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- doc/APIchanges | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc') 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. -- cgit v1.2.3