提交 0a4f20c6 编写于 作者: D Diego Biurrun

Add some explanatory comments to #endif directives.

Originally committed as revision 9287 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 3cce801a
......@@ -204,7 +204,7 @@ static int udp_ipv6_set_local(URLContext *h) {
return -1;
}
#endif
#endif /* CONFIG_IPV6 */
/**
......@@ -384,7 +384,7 @@ static int udp_open(URLContext *h, const char *uri, int flags)
goto fail;
}
}
#endif
#endif /* CONFIG_IPV6 */
if (is_output) {
/* limit the tx buf size to limit latency */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册