Skip to content
Snippets Groups Projects
Commit 928e2a7d authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

doc/codecs: document ignore_err

parent 7c3941b2
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment