OSDN Git Service

Use recv() instead of recvfrom() (removes some other differences between
authorLuca Abeni <lucabe72@email.it>
Wed, 14 Nov 2007 07:56:20 +0000 (07:56 +0000)
committerLuca Abeni <lucabe72@email.it>
Wed, 14 Nov 2007 07:56:20 +0000 (07:56 +0000)
commit4c7d5764a03edc11583a4dc0d73a26612c3250cd
treea0f198179af9f76c0340e317301a1524fa81c7b6
parent66c49825da10449a1d6c0e4cc4608523ff82c0ba
Use recv() instead of recvfrom() (removes some other differences between
IPv4-only and protocol-independent code)

Originally committed as revision 11015 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/udp.c