Move resolve_host() to ffserver.c
authorMåns Rullgård <mans@mansr.com>
Mon, 8 Mar 2010 18:43:27 +0000 (18:43 +0000)
committerMåns Rullgård <mans@mansr.com>
Mon, 8 Mar 2010 18:43:27 +0000 (18:43 +0000)
commit22f73dccad7c43ea68eefd7d4ce9efff6c8f45c2
tree33a3e9ed6b7252fb94eddd62e366b0091174fc90
parentf19a068ef656ecc8303290d89769f1a1a288236e
Move resolve_host() to ffserver.c

This deprecated function is only used by ffserver, yet does not have
a prototype visible there.

In the long term, ffserver should be made IPv6-aware.  In the meantime,
this change removes cruft from lavf and fixes some warnings in ffserver.

Originally committed as revision 22329 to svn://svn.ffmpeg.org/ffmpeg/trunk
ffserver.c
libavformat/avformat.h
libavformat/os_support.c