]> git.sesse.net Git - ffmpeg/commit
udp: fix occasional crash on shutdown
authorEric Petit <eric@lapsus.org>
Wed, 27 Jun 2012 13:09:40 +0000 (15:09 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Wed, 27 Jun 2012 20:50:22 +0000 (22:50 +0200)
commitf1136b2b10b3c4400944db5fa5ce56ab38a09bb4
tree5eedaf5ee40fe78f9f845e27884dabbacf8f419a
parent54942c238356f1e4c6fcce04b67f216dafd819c5
udp: fix occasional crash on shutdown

Wait until the thread is down before destroying the fifo

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