MCPcopy Create free account
hub / github.com/FFmpeg/FFmpeg / do_switch_stream

Function do_switch_stream

ffserver.c:1191–1201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1189
1190
1191static void do_switch_stream(HTTPContext *c, int i)
1192{
1193 if (c->switch_feed_streams[i] >= 0) {
1194#ifdef PHILIP
1195 c->feed_streams[i] = c->switch_feed_streams[i];
1196#endif
1197
1198 /* Now update the stream */
1199 }
1200 c->switch_feed_streams[i] = -1;
1201}
1202
1203/* XXX: factorize in utils.c ? */
1204/* XXX: take care with different space meaning */

Callers 2

http_parse_requestFunction · 0.85
http_prepare_dataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected