Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Davformat.h1373 #define AVFMT_FLAG_CUSTOM_IO 0x0080 ///< The caller has supplied a custom AVIOContext, don't avi… macro
Dconcatdec.c341 cat->avf->flags |= avf->flags & ~AVFMT_FLAG_CUSTOM_IO; in open_file()
Dimg2dec.c359 if (s1->flags & AVFMT_FLAG_CUSTOM_IO) { in ff_img_read_header()
Dhls.c696 if (!(s->flags & AVFMT_FLAG_CUSTOM_IO)) in open_url()
2011 pls->ctx->flags |= s->flags & ~AVFMT_FLAG_CUSTOM_IO; in hls_read_header()
Ddashdec.c449 if (!(s->flags & AVFMT_FLAG_CUSTOM_IO)) in open_url()
1915 pls->ctx->flags = AVFMT_FLAG_CUSTOM_IO; in reopen_demux_for_component()
Dutils.c431 s->flags |= AVFMT_FLAG_CUSTOM_IO; in init_input()
533 s->flags |= AVFMT_FLAG_CUSTOM_IO; in avformat_open_input()
664 if (s->pb && !(s->flags & AVFMT_FLAG_CUSTOM_IO)) in avformat_open_input()
4529 (s->flags & AVFMT_FLAG_CUSTOM_IO))