mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-27 02:52:25 +08:00
Remove useless comment about something that is deprecated. See summary in
"[PATCH] rtsp.c small cleanups" thread on mailinglist. Originally committed as revision 18124 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -43,9 +43,6 @@
|
|||||||
|
|
||||||
static int rtsp_read_play(AVFormatContext *s);
|
static int rtsp_read_play(AVFormatContext *s);
|
||||||
|
|
||||||
/* XXX: currently, the only way to change the protocols consists in
|
|
||||||
changing this variable */
|
|
||||||
|
|
||||||
#if LIBAVFORMAT_VERSION_INT < (53 << 16)
|
#if LIBAVFORMAT_VERSION_INT < (53 << 16)
|
||||||
int rtsp_default_protocols = (1 << RTSP_LOWER_TRANSPORT_UDP);
|
int rtsp_default_protocols = (1 << RTSP_LOWER_TRANSPORT_UDP);
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user