changeset 4775:57e9cd4ff7b5 libavformat

Remove useless comment about something that is deprecated. See summary in "[PATCH] rtsp.c small cleanups" thread on mailinglist.
author rbultje
date Sat, 21 Mar 2009 20:56:57 +0000
parents beca7e13cc3f
children 894e353aaeca
files rtsp.c
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/rtsp.c	Sat Mar 21 20:55:52 2009 +0000
+++ b/rtsp.c	Sat Mar 21 20:56:57 2009 +0000
@@ -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