Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-05-02 20:39:45 +0400
committerMichael Niedermayer <michaelni@gmx.at>2014-05-04 15:24:40 +0400
commit928e2a7d647600c6166b872504c147c27ac915e4 (patch)
treea84b653d0eb2f4c6041d391a08638560c1d0d740
parent7c3941b25ce0ce74e46658e5e0d36a5ae0a41761 (diff)
doc/codecs: document ignore_err
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r--doc/codecs.texi5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/codecs.texi b/doc/codecs.texi
index fadcf249a2..ad31dbf812 100644
--- a/doc/codecs.texi
+++ b/doc/codecs.texi
@@ -285,6 +285,11 @@ detect bitstream specification deviations
detect improper bitstream length
@item explode
abort decoding on minor error detection
+@item ignore_err
+ignore decoding errors, and continue decoding.
+This is useful if you want to analyze the content of a video and thus want
+everything to be decoded no matter what. This option will not result in a video
+that is pleasing to watch in case of errors.
@item careful
consider things that violate the spec and have not been seen in the wild as errors
@item compliant