OSDN Git Service

Remove useless comment about something that is deprecated. See summary in
authorRonald S. Bultje <rsbultje@gmail.com>
Sat, 21 Mar 2009 20:56:57 +0000 (20:56 +0000)
committerRonald S. Bultje <rsbultje@gmail.com>
Sat, 21 Mar 2009 20:56:57 +0000 (20:56 +0000)
"[PATCH] rtsp.c small cleanups" thread on mailinglist.

Originally committed as revision 18124 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/rtsp.c

index f9021ba..406998d 100644 (file)
@@ -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