Home
last modified time | relevance | path

Searched refs:tail_out (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavformat/
Dsmoothstreamingenc.c51 …URLContext *tail_out; // The actual main output stream, if we're currently seeked back to write el… member
97 if (os->tail_out) { in ism_seek()
100 os->out = os->tail_out; in ism_seek()
101 os->tail_out = NULL; in ism_seek()
114 os->tail_out = os->out; in ism_seek()
120 os->out = os->tail_out; in ism_seek()
121 os->tail_out = NULL; in ism_seek()
171 ffurl_closep(&os->tail_out); in ism_free()
517 if (!os->out || os->tail_out) in ism_flush()