]> git.sesse.net Git - ffmpeg/commit
h264: dont stop parsing NALs without cleanup on DPC.
authorMichael Niedermayer <michaelni@gmx.at>
Mon, 19 Nov 2012 02:37:59 +0000 (03:37 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Mon, 19 Nov 2012 03:08:11 +0000 (04:08 +0100)
commitba353436a375b92659366aeec8c0139da08f8a0b
tree79e71a9f7f3ec98585915438e90a3f3a997b6228
parent45d8537ccf22f8970959828e17fccc51d5bfc86d
h264: dont stop parsing NALs without cleanup on DPC.

Fixes a deadlock with frame threads

Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavcodec/h264.c