avf: move ff_http_match_no_proxy to network

It is only used by network protocols.
This commit is contained in:
Luca Barbato
2013-06-15 11:41:36 +02:00
parent afc8685395
commit ec7c51c786
5 changed files with 57 additions and 57 deletions

View File

@@ -375,6 +375,4 @@ enum AVCodecID ff_codec_get_id(const AVCodecTag *tags, unsigned int tag);
*/
enum AVCodecID ff_get_pcm_codec_id(int bps, int flt, int be, int sflags);
int ff_http_match_no_proxy(const char *no_proxy, const char *hostname);
#endif /* AVFORMAT_INTERNAL_H */