Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Doptions_table.h83 {"ignore_err", "ignore errors", 0, AV_OPT_TYPE_CONST, {.i64 = AV_EF_IGNORE_ERR }, INT_MIN, INT_MAX,…
/third_party/ffmpeg/libavcodec/
Dh263dec.c304 if (s->avctx->err_recognition & AV_EF_IGNORE_ERR) in decode_slice()
Davcodec.h1658 #define AV_EF_IGNORE_ERR (1<<15) ///< ignore errors and continue macro
Doptions_table.h148 {"ignore_err", "ignore errors", 0, AV_OPT_TYPE_CONST, {.i64 = AV_EF_IGNORE_ERR }, INT_MIN, INT_MAX,…
Dmpeg4videodec.c1190 if (!(s->avctx->err_recognition & AV_EF_IGNORE_ERR)) in mpeg4_decode_block()
1201 if (!(s->avctx->err_recognition & AV_EF_IGNORE_ERR)) in mpeg4_decode_block()
Dpngdec.c1228 if (avctx->err_recognition & (AV_EF_CRCCHECK | AV_EF_IGNORE_ERR)) { in decode_frame_common()