Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonald S. Bultje <rsbultje@gmail.com>2009-03-21 23:56:57 +0300
committerRonald S. Bultje <rsbultje@gmail.com>2009-03-21 23:56:57 +0300
commit64917dd3df832ab21c470e2ae9c05f5d2e067a80 (patch)
treefe34e463a5eeb8db1858d64b987c56907fb76292 /libavformat
parent36aa7bc27f7122296b90d775bc6d209ebc784f73 (diff)
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
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/rtsp.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavformat/rtsp.c b/libavformat/rtsp.c
index f9021ba6bf..406998dc07 100644
--- a/libavformat/rtsp.c
+++ b/libavformat/rtsp.c
@@ -43,9 +43,6 @@
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)
int rtsp_default_protocols = (1 << RTSP_LOWER_TRANSPORT_UDP);
#endif