[Ffmpeg-devel] [PATCH] inet_aton

ramiro at lisha.ufsc.br ramiro
Wed Jan 24 20:16:06 CET 2007


Hello,

The current inet_aton implementation in os_support.c returns valid even if
a string (the hostname) has been passed.

Fran?ois, does it work for you when passing a hostname instead of an IP
address to FFmpeg?

Does BeOS have the inet_addr function? If so we could use Michael Kohn's
implementation of inet_aton as a wrapper around inet_addr.

Attached patch takes inet_aton from uClibc (which is also LGPL).

Ramiro Polla
-------------- next part --------------
A non-text attachment was scrubbed...
Name: inet_aton.diff
Type: application/octet-stream
Size: 1622 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20070124/789a7e3d/attachment.obj>



More information about the ffmpeg-devel mailing list