[FFmpeg-devel] [PATCH 1/3] avcodec: add AV_EF_IGNORE_ERR

wm4 nfxjfg at googlemail.com
Fri May 2 17:21:14 CEST 2014


On Fri,  2 May 2014 17:00:46 +0200
Michael Niedermayer <michaelni at gmx.at> wrote:

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


> +#define AV_EF_IGNORE_ERR (1<<15)        ///< ignore errors and continue

> +{"ignore_err", "ignore errors", 0, AV_OPT_TYPE_CONST, {.i64 = AV_EF_IGNORE_ERR }, INT_MIN, INT_MAX, A|V|D, "err_detect"},

But what does it do? The description is a bit generic, and there's no
other information available.


More information about the ffmpeg-devel mailing list