Lines Matching refs:ignore_io_errors
254 int ignore_io_errors;
577 return hls->ignore_io_errors ? 1 : ret;
1581 if (hls->ignore_io_errors)
1637 if (hls->ignore_io_errors)
1825 if (c->ignore_io_errors)
1831 if (c->ignore_io_errors)
1841 if (c->ignore_io_errors)
2565 av_log(s, hls->ignore_io_errors ? AV_LOG_WARNING : AV_LOG_ERROR,
2569 return hls->ignore_io_errors ? 0 : ret;
2674 if (hls->ignore_io_errors)
3166 {"ignore_io_errors", "Ignore IO errors for stable long-duration runs with network output", OFFSET(ignore_io_errors), AV_OPT_TYPE_BOOL, { .i64 = 0 }, 0, 1, E },