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

Function toggle_pause

fftools/ffplay.c:1553–1557  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1551}
1552
1553static void toggle_pause(VideoState *is)
1554{
1555 stream_toggle_pause(is);
1556 is->step = 0;
1557}
1558
1559static void toggle_mute(VideoState *is)
1560{

Callers 1

event_loopFunction · 0.85

Calls 1

stream_toggle_pauseFunction · 0.85

Tested by

no test coverage detected