Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FFmpeg/FFmpeg
/ decode_interrupt_cb
Function
decode_interrupt_cb
ffmpeg.c:402–405 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
400
}
401
402
static int decode_interrupt_cb(void)
403
{
404
return q_pressed || (q_pressed = read_key() ==
'q'
);
405
}
406
407
static int av_exit(int ret)
408
{
Callers
nothing calls this directly
Calls
1
read_key
Function · 0.85
Tested by
no test coverage detected