MCPcopy 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
402static int decode_interrupt_cb(void)
403{
404 return q_pressed || (q_pressed = read_key() == 'q');
405}
406
407static int av_exit(int ret)
408{

Callers

nothing calls this directly

Calls 1

read_keyFunction · 0.85

Tested by

no test coverage detected