Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1553
static void toggle_pause(VideoState *is)
1554
{
1555
stream_toggle_pause(is);
1556
is->step = 0;
1557
}
1558
1559
static void toggle_mute(VideoState *is)
1560
{
Callers
1
event_loop
Function · 0.85
Calls
1
stream_toggle_pause
Function · 0.85
Tested by
no test coverage detected