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

Function toggle_pause

ffplay.c:2737–2742  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2735}
2736
2737static void toggle_pause(void)
2738{
2739 if (cur_stream)
2740 stream_pause(cur_stream);
2741 step = 0;
2742}
2743
2744static void step_to_next_frame(void)
2745{

Callers 1

event_loopFunction · 0.85

Calls 1

stream_pauseFunction · 0.85

Tested by

no test coverage detected