Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Ddashdec.c1855 AVDictionary *in_fmt_opts = NULL; in reopen_demux_for_component() local
1903 av_dict_set(&in_fmt_opts, "decryption_key", c->cenc_decryption_key, 0); in reopen_demux_for_component()
1906 ret = avformat_open_input(&pls->ctx, "", in_fmt, &in_fmt_opts); //pls->init_section->url in reopen_demux_for_component()
1907 av_dict_free(&in_fmt_opts); in reopen_demux_for_component()

Completed in 4 milliseconds