mirror of
https://github.com/librempeg/librempeg
synced 2024-11-23 11:39:47 +00:00
Add some #endif comments to ease understanding.
Originally committed as revision 25342 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
9b75309c19
commit
2e802e3855
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user