Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Dconcatdec.c895 AVFormatContext *cur_avf_saved = cat->avf; in concat_seek() local
901 if ((ret = real_seek(avf, stream, min_ts, ts, max_ts, flags, cur_avf_saved)) < 0) { in concat_seek()
906 cat->avf = cur_avf_saved; in concat_seek()
910 avformat_close_input(&cur_avf_saved); in concat_seek()

Completed in 2 milliseconds