[FFmpeg-cvslog] doc/codecs: document ignore_err

Michael Niedermayer git at videolan.org
Sun May 4 13:36:58 CEST 2014


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Fri May  2 18:39:45 2014 +0200| [928e2a7d647600c6166b872504c147c27ac915e4] | committer: Michael Niedermayer

doc/codecs: document ignore_err

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=928e2a7d647600c6166b872504c147c27ac915e4
---

 doc/codecs.texi |    5 +++++
 1 file changed, 5 insertions(+)

diff --git a/doc/codecs.texi b/doc/codecs.texi
index fadcf24..ad31dbf 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
+ at 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



More information about the ffmpeg-cvslog mailing list