diff --git a/ffmpeg.c b/ffmpeg.c index e9133ec611..741b74c58b 100644 --- a/ffmpeg.c +++ b/ffmpeg.c @@ -614,7 +614,6 @@ static int read_key(void) static int decode_interrupt_cb(void) { - q_pressed += read_key() == 'q'; return q_pressed > 1; }