Home
last modified time | relevance | path

Searched refs:AV_EF_IGNORE_ERR (Results 1 - 6 of 6) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Doptions_table.h77 {"ignore_err", "ignore errors", 0, AV_OPT_TYPE_CONST, {.i64 = AV_EF_IGNORE_ERR }, INT_MIN, INT_MAX, D, "err_detect"},
/third_party/ffmpeg/libavcodec/
H A Davcodec.h1357 #define AV_EF_IGNORE_ERR (1<<15) ///< ignore errors and continue macro
H A Dh263dec.c310 if ((s->avctx->err_recognition & AV_EF_IGNORE_ERR) && get_bits_left(&s->gb) > 0) in decode_slice()
H A Dpngdec.c1224 if (avctx->err_recognition & (AV_EF_CRCCHECK | AV_EF_IGNORE_ERR)) { in decode_frame_common()
H A Doptions_table.h139 {"ignore_err", "ignore errors", 0, AV_OPT_TYPE_CONST, {.i64 = AV_EF_IGNORE_ERR }, INT_MIN, INT_MAX, A|V|S|D|E, "err_detect"},
H A Dmpeg4videodec.c1262 if (!(s->avctx->err_recognition & AV_EF_IGNORE_ERR) || get_bits_left(&s->gb) <= 0) in mpeg4_decode_block()
1273 if (!(s->avctx->err_recognition & AV_EF_IGNORE_ERR) || get_bits_left(&s->gb) <= 0) in mpeg4_decode_block()

Completed in 14 milliseconds