[FFmpeg-devel] [PATCH] doc/codecs: document ignore_err
Michael Niedermayer
michaelni at gmx.at
Sun May 4 13:36:43 CEST 2014
On Fri, May 02, 2014 at 06:40:20PM +0200, Michael Niedermayer wrote:
> Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> ---
> doc/codecs.texi | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/doc/codecs.texi b/doc/codecs.texi
> index fadcf24..699d022 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 usefull 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
applied
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
I am the wisest man alive, for I know one thing, and that is that I know
nothing. -- Socrates
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20140504/5f5fa5c3/attachment.asc>
More information about the ffmpeg-devel
mailing list