Searched refs:AV_EF_IGNORE_ERR (Results 1 – 6 of 6) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | options_table.h | 83 {"ignore_err", "ignore errors", 0, AV_OPT_TYPE_CONST, {.i64 = AV_EF_IGNORE_ERR }, INT_MIN, INT_MAX,…
|
/third_party/ffmpeg/libavcodec/ |
D | h263dec.c | 304 if (s->avctx->err_recognition & AV_EF_IGNORE_ERR) in decode_slice()
|
D | avcodec.h | 1658 #define AV_EF_IGNORE_ERR (1<<15) ///< ignore errors and continue macro
|
D | options_table.h | 148 {"ignore_err", "ignore errors", 0, AV_OPT_TYPE_CONST, {.i64 = AV_EF_IGNORE_ERR }, INT_MIN, INT_MAX,…
|
D | mpeg4videodec.c | 1190 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()
|
D | pngdec.c | 1228 if (avctx->err_recognition & (AV_EF_CRCCHECK | AV_EF_IGNORE_ERR)) { in decode_frame_common()
|