1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-08-08 02:15:46 +02:00

doc/codecs: document ignore_err

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2014-05-02 18:39:45 +02:00
parent 7c3941b25c
commit 928e2a7d64

View File

@ -285,6 +285,11 @@ detect bitstream specification deviations
detect improper bitstream length detect improper bitstream length
@item explode @item explode
abort decoding on minor error detection 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 @item careful
consider things that violate the spec and have not been seen in the wild as errors consider things that violate the spec and have not been seen in the wild as errors
@item compliant @item compliant