]> git.sesse.net Git - ffmpeg/commit
ffmpeg: dont call read_key() in decode_interrupt_cb() this can cause keys to be lost
authorMichael Niedermayer <michaelni@gmx.at>
Sat, 8 Oct 2011 15:09:14 +0000 (17:09 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Sat, 8 Oct 2011 15:26:43 +0000 (17:26 +0200)
commitfb795585160a6ce630276802adba27e8d8e363d6
treeee8c7f882da2485ad7726ab3e7a81c764cbecbef
parent13397025400b8e61af6ef5245c87b3cb32a436eb
ffmpeg: dont call read_key() in decode_interrupt_cb() this can cause keys to be lost
also its slow when read_key() is slow and there are a very large number of calls

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
ffmpeg.c