diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2013-06-15 11:41:36 +0200 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2013-06-16 14:41:00 +0200 |
commit | ec7c51c7868d3ccc66b5cc38bf126258b94f086c (patch) | |
tree | da205b45a3beb3803225c89fe8fa8e4805f3311c /libavformat/internal.h | |
parent | afc8685395e775fe0f2a1698b683aea4afd124af (diff) | |
download | ffmpeg-ec7c51c7868d3ccc66b5cc38bf126258b94f086c.tar.gz |
avf: move ff_http_match_no_proxy to network
It is only used by network protocols.
Diffstat (limited to 'libavformat/internal.h')
-rw-r--r-- | libavformat/internal.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavformat/internal.h b/libavformat/internal.h index 7367369647..3ca2d8fb97 100644 --- a/libavformat/internal.h +++ b/libavformat/internal.h @@ -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 */ |