Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJun Zhao <mypopydev@gmail.com>2018-08-04 12:48:15 +0300
committerJun Zhao <jun.zhao@intel.com>2018-08-18 11:16:11 +0300
commitd428ef0ea58417456e4a84d1ed47c3935a6e0cfb (patch)
tree0c5626f13f9e1c7d4cbaa56cdc5aef012d2296cd /libavformat/network.h
parentc2eec1762d372663c35aaf3d6ee419bafb185057 (diff)
lavf/network: add a ff_log_net_error function.
add a ff_log_net_error function for error log. Signed-off-by: Jun Zhao <mypopydev@gmail.com>
Diffstat (limited to 'libavformat/network.h')
-rw-r--r--libavformat/network.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/network.h b/libavformat/network.h
index efaa7893a4..7843b908a1 100644
--- a/libavformat/network.h
+++ b/libavformat/network.h
@@ -304,4 +304,6 @@ int ff_http_match_no_proxy(const char *no_proxy, const char *hostname);
int ff_socket(int domain, int type, int protocol);
+void ff_log_net_error(void *ctx, int level, const char* prefix);
+
#endif /* AVFORMAT_NETWORK_H */