Searched refs:AVFMT_FLAG_CUSTOM_IO (Results 1 – 6 of 6) sorted by relevance
1373 #define AVFMT_FLAG_CUSTOM_IO 0x0080 ///< The caller has supplied a custom AVIOContext, don't avi… macro
341 cat->avf->flags |= avf->flags & ~AVFMT_FLAG_CUSTOM_IO; in open_file()
359 if (s1->flags & AVFMT_FLAG_CUSTOM_IO) { in ff_img_read_header()
696 if (!(s->flags & AVFMT_FLAG_CUSTOM_IO)) in open_url()2011 pls->ctx->flags |= s->flags & ~AVFMT_FLAG_CUSTOM_IO; in hls_read_header()
449 if (!(s->flags & AVFMT_FLAG_CUSTOM_IO)) in open_url()1915 pls->ctx->flags = AVFMT_FLAG_CUSTOM_IO; in reopen_demux_for_component()
431 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))