Currently, the replacement which is used if inet_aton isn't available,
authorMartin Storsjö <martin@martin.st>
Fri, 8 Jan 2010 00:04:23 +0000 (00:04 +0000)
committerRonald S. Bultje <rsbultje@gmail.com>
Fri, 8 Jan 2010 00:04:23 +0000 (00:04 +0000)
commitb827f4eb47ef05152cedb20da58a9fe33ab47b85
tree5e72a97eab841451d79ee0cf9a6eb8baed4c54c4
parentca334dd14b957c4af7fcab5e97b6ed675c97caad
Currently, the replacement which is used if inet_aton isn't available,
only works correctly on little-endian. The attached patch makes it endian
independent.

Patch by Martin Storsjö <$firstname()$firstname,st>.

Originally committed as revision 21080 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/os_support.c