[FFmpeg-cvslog] r9287 - trunk/libavformat/udp.c

diego subversion
Tue Jun 12 10:01:35 CEST 2007


Author: diego
Date: Tue Jun 12 10:01:35 2007
New Revision: 9287

Log:
Add some explanatory comments to #endif directives.


Modified:
   trunk/libavformat/udp.c

Modified: trunk/libavformat/udp.c
==============================================================================
--- trunk/libavformat/udp.c	(original)
+++ trunk/libavformat/udp.c	Tue Jun 12 10:01:35 2007
@@ -204,7 +204,7 @@ static int udp_ipv6_set_local(URLContext
     return -1;
 }
 
-#endif
+#endif /* CONFIG_IPV6 */
 
 
 /**
@@ -384,7 +384,7 @@ static int udp_open(URLContext *h, const
                 goto fail;
         }
     }
-#endif
+#endif /* CONFIG_IPV6 */
 
     if (is_output) {
         /* limit the tx buf size to limit latency */




More information about the ffmpeg-cvslog mailing list