OSDN Git Service

udp: switch custom fifo to libavutil fifo.
authorMichael Niedermayer <michaelni@gmx.at>
Fri, 13 May 2011 15:16:15 +0000 (17:16 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Fri, 13 May 2011 15:43:17 +0000 (17:43 +0200)
commit03f8f39769f385f04b770c748a46298e46ab3196
tree5464b08e488b55de17dd8ae4b41fb9462638cc33
parent593bb98d617de8ebfcd686a08be16ea1c26c84e3
udp: switch custom fifo to libavutil fifo.

This also allows us to drop the semaphore as our fifo is lock free.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavformat/udp.c