[FFmpeg-cvslog] r25342 - trunk/libavformat/rtsp.c

diego subversion
Tue Oct 5 13:03:48 CEST 2010


Author: diego
Date: Tue Oct  5 13:03:48 2010
New Revision: 25342

Log:
Add some #endif comments to ease understanding.

Modified:
   trunk/libavformat/rtsp.c

Modified: trunk/libavformat/rtsp.c
==============================================================================
--- trunk/libavformat/rtsp.c	Tue Oct  5 11:40:43 2010	(r25341)
+++ trunk/libavformat/rtsp.c	Tue Oct  5 13:03:48 2010	(r25342)
@@ -1643,7 +1643,7 @@ redirect:
     ff_network_close();
     return err;
 }
-#endif
+#endif /* CONFIG_RTSP_DEMUXER || CONFIG_RTSP_MUXER */
 
 #if CONFIG_RTSP_DEMUXER
 static int rtsp_read_header(AVFormatContext *s,
@@ -2072,7 +2072,7 @@ AVInputFormat rtsp_demuxer = {
     .read_play = rtsp_read_play,
     .read_pause = rtsp_read_pause,
 };
-#endif
+#endif /* CONFIG_RTSP_DEMUXER */
 
 static int sdp_probe(AVProbeData *p1)
 {



More information about the ffmpeg-cvslog mailing list