diff options
author | Diego Biurrun <diego@biurrun.de> | 2010-10-05 11:03:48 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2010-10-05 11:03:48 +0000 |
commit | 2e802e385587d431c19bacb792f1887fb3d49a68 (patch) | |
tree | 65eb246ddedce212bb14194ca42b463febb53242 /libavformat/rtsp.c | |
parent | 9b75309c19b2eb7fb57263cfd81ad18691a7a633 (diff) | |
download | ffmpeg-2e802e385587d431c19bacb792f1887fb3d49a68.tar.gz |
Add some #endif comments to ease understanding.
Originally committed as revision 25342 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/rtsp.c')
-rw-r--r-- | libavformat/rtsp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavformat/rtsp.c b/libavformat/rtsp.c index 877b38d231..6ce0ed5bb5 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) { |