Commit 2e802e38 authored by Diego Biurrun's avatar Diego Biurrun

Add some #endif comments to ease understanding.

Originally committed as revision 25342 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 9b75309c
...@@ -1643,7 +1643,7 @@ redirect: ...@@ -1643,7 +1643,7 @@ redirect:
ff_network_close(); ff_network_close();
return err; return err;
} }
#endif #endif /* CONFIG_RTSP_DEMUXER || CONFIG_RTSP_MUXER */
#if CONFIG_RTSP_DEMUXER #if CONFIG_RTSP_DEMUXER
static int rtsp_read_header(AVFormatContext *s, static int rtsp_read_header(AVFormatContext *s,
...@@ -2072,7 +2072,7 @@ AVInputFormat rtsp_demuxer = { ...@@ -2072,7 +2072,7 @@ AVInputFormat rtsp_demuxer = {
.read_play = rtsp_read_play, .read_play = rtsp_read_play,
.read_pause = rtsp_read_pause, .read_pause = rtsp_read_pause,
}; };
#endif #endif /* CONFIG_RTSP_DEMUXER */
static int sdp_probe(AVProbeData *p1) static int sdp_probe(AVProbeData *p1)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment