OSDN Git Service

h264: Mark previous field as done before throwing it away.
authorMichael Niedermayer <michaelni@gmx.at>
Sat, 11 Feb 2012 19:11:18 +0000 (20:11 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Sun, 12 Feb 2012 19:24:29 +0000 (20:24 +0100)
commitf900d601784ca69b5760bff5cb8f6dae333a79da
treee135a57168d0dcffeeb7268d02bff7612af8d1dd
parentb66b58f7b0df09f8c45c9846973b141626c6b17c
h264: Mark previous field as done before throwing it away.

This fixes some deadlock without the generic cleanup code.

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