Searched refs:asf_ctx (Results 1 – 3 of 3) sorted by relevance
119 if (rt->asf_ctx) { in ff_wms_parse_sdp_a_line()120 avformat_close_input(&rt->asf_ctx); in ff_wms_parse_sdp_a_line()126 rt->asf_ctx = avformat_alloc_context(); in ff_wms_parse_sdp_a_line()127 if (!rt->asf_ctx) { in ff_wms_parse_sdp_a_line()131 rt->asf_ctx->pb = &pb; in ff_wms_parse_sdp_a_line()134 if ((ret = ff_copy_whiteblacklists(rt->asf_ctx, s)) < 0) { in ff_wms_parse_sdp_a_line()139 ret = avformat_open_input(&rt->asf_ctx, "", iformat, &opts); in ff_wms_parse_sdp_a_line()145 av_dict_copy(&s->metadata, rt->asf_ctx->metadata, 0); in ff_wms_parse_sdp_a_line()148 rt->asf_ctx->pb = NULL; in ff_wms_parse_sdp_a_line()163 if (rt->asf_ctx) { in asfrtp_parse_sdp_line()[all …]
316 AVFormatContext *asf_ctx; member
819 if (rt->asf_ctx) { in ff_rtsp_close_streams()820 avformat_close_input(&rt->asf_ctx); in ff_rtsp_close_streams()