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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dsmoothstreamingenc.c55 URLContext *tail_out; // The actual main output stream, if we're currently seeked back to write elsewhere member in struct:__anon3632
99 if (os->tail_out) {
106 os->out = os->tail_out;
108 os->tail_out = NULL;
121 os->tail_out = os->out;
126 os->out = os->tail_out;
127 os->tail_out = NULL;
176 ffurl_close(os->tail_out);
177 os->out = os->out2 = os->tail_out = NULL;
533 if (!os->out || os->tail_out)
[all...]

Completed in 52 milliseconds