[SCM] libav/experimental: Add some explanatory comments to #endif directives.
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 16:01:36 UTC 2013
The following commit has been merged in the experimental branch:
commit 0a4f20c6c5425be5ceccc72cd6adbca96fabcbac
Author: Diego Biurrun <diego at biurrun.de>
Date: Tue Jun 12 08:01:35 2007 +0000
Add some explanatory comments to #endif directives.
Originally committed as revision 9287 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/libavformat/udp.c b/libavformat/udp.c
index b906660..cb5f516 100644
--- a/libavformat/udp.c
+++ b/libavformat/udp.c
@@ -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 */
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list