[SCM] libav/experimental: Add some #endif comments to ease understanding.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:16:58 UTC 2013


The following commit has been merged in the experimental branch:
commit 2e802e385587d431c19bacb792f1887fb3d49a68
Author: Diego Biurrun <diego at biurrun.de>
Date:   Tue Oct 5 11:03:48 2010 +0000

    Add some #endif comments to ease understanding.
    
    Originally committed as revision 25342 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/rtsp.c b/libavformat/rtsp.c
index 877b38d..6ce0ed5 100644
--- a/libavformat/rtsp.c
+++ b/libavformat/rtsp.c
@@ -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)
 {

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list