Searched refs:AV_EF_IGNORE_ERR (Results 1 - 6 of 6) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | options_table.h | 77 {"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 D | avcodec.h | 1357 #define AV_EF_IGNORE_ERR (1<<15) ///< ignore errors and continue macro
|
H A D | h263dec.c | 310 if ((s->avctx->err_recognition & AV_EF_IGNORE_ERR) && get_bits_left(&s->gb) > 0) in decode_slice()
|
H A D | pngdec.c | 1224 if (avctx->err_recognition & (AV_EF_CRCCHECK | AV_EF_IGNORE_ERR)) { in decode_frame_common()
|
H A D | options_table.h | 139 {"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 D | mpeg4videodec.c | 1262 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