summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
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 /libavcodec/avcodec.h
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 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index cd6e6d19bc..ecc665677a 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -1634,7 +1634,7 @@ typedef struct AVCodecContext {
/**
* Error recognition; may misdetect some more or less valid parts as errors.
- * - encoding: unused
+ * - encoding: Set by user.
* - decoding: Set by user.
*/
int err_recognition;