Home
last modified time | relevance | path

Searched refs:AVFMT_FLAG_CUSTOM_IO (Results 1 - 7 of 7) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Davformat.h1364 #define AVFMT_FLAG_CUSTOM_IO 0x0080 ///< The caller has supplied a custom AVIOContext, don't avio_close() it. macro
H A Ddemux.c162 s->flags |= AVFMT_FLAG_CUSTOM_IO; in init_input()
246 s->flags |= AVFMT_FLAG_CUSTOM_IO; in avformat_open_input()
364 if (s->pb && !(s->flags & AVFMT_FLAG_CUSTOM_IO)) in avformat_open_input()
383 (s->flags & AVFMT_FLAG_CUSTOM_IO)) in avformat_close_input()
H A Dimfdec.c379 track_resource->ctx->flags |= s->flags & ~AVFMT_FLAG_CUSTOM_IO; in open_track_resource_context()
H A Ddashdec.c451 if (!(s->flags & AVFMT_FLAG_CUSTOM_IO)) in open_url()
1887 pls->ctx->flags = AVFMT_FLAG_CUSTOM_IO; in reopen_demux_for_component()
H A Dhls.c711 if (!(s->flags & AVFMT_FLAG_CUSTOM_IO)) in open_url()
2136 pls->ctx->flags |= s->flags & ~AVFMT_FLAG_CUSTOM_IO; in hls_read_header()
H A Dconcatdec.c347 cat->avf->flags |= avf->flags & ~AVFMT_FLAG_CUSTOM_IO; in open_file()
H A Dimg2dec.c363 if (s1->flags & AVFMT_FLAG_CUSTOM_IO) { in ff_img_read_header()

Completed in 20 milliseconds