OSDN Git Service

avcodec/h264: fix droped frame handling also for threads > 1
authorMichael Niedermayer <michaelni@gmx.at>
Thu, 27 Feb 2014 02:57:39 +0000 (03:57 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Thu, 27 Feb 2014 07:07:46 +0000 (08:07 +0100)
commit64bb64f704f751c50f8474e85eb84a6326b44b50
tree6a0615486c03e639bf0651b6111d0d26b2da9bbf
parentb5005def8a8f2dc2e7ac51ea85d50b8ed3d84673
avcodec/h264: fix droped frame handling also for threads > 1

Seems i mistakely tested just with threads=1
Fixes part of Ticket3386

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavcodec/h264.c