Home
last modified time | relevance | path

Searched refs:ignore_io_errors (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dhlsenc.c254 int ignore_io_errors; member
577 return hls->ignore_io_errors ? 1 : ret; in hls_delete_file()
1581 if (hls->ignore_io_errors) in hls_window()
1637 if (hls->ignore_io_errors) in hls_window()
1825 if (c->ignore_io_errors) in hls_start()
1831 if (c->ignore_io_errors) in hls_start()
1841 if (c->ignore_io_errors) in hls_start()
2565 av_log(s, hls->ignore_io_errors ? AV_LOG_WARNING : AV_LOG_ERROR, in hls_write_packet()
2569 return hls->ignore_io_errors ? 0 : ret; in hls_write_packet()
2674 if (hls->ignore_io_errors) in hls_write_packet()
[all...]
H A Ddashenc.c186 int ignore_io_errors; member
286 av_log(s, c->ignore_io_errors ? AV_LOG_WARNING : AV_LOG_ERROR, in handle_io_open_error()
288 return c->ignore_io_errors ? 0 : err; in handle_io_open_error()
2395 { "ignore_io_errors", "Ignore IO errors during open and write. Useful for long-duration runs with network output", OFFSET(ignore_io_errors), AV_OPT_TYPE_BOOL, { .i64 = 0 }, 0, 1, E },

Completed in 10 milliseconds