Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2737
static void toggle_pause(void)
2738
{
2739
if (cur_stream)
2740
stream_pause(cur_stream);
2741
step = 0;
2742
}
2743
2744
static void step_to_next_frame(void)
2745
{
Callers
1
event_loop
Function · 0.85
Calls
1
stream_pause
Function · 0.85
Tested by
no test coverage detected