[FFmpeg-cvslog] r18124 - trunk/libavformat/rtsp.c

rbultje subversion
Sat Mar 21 21:56:57 CET 2009


Author: rbultje
Date: Sat Mar 21 21:56:57 2009
New Revision: 18124

Log:
Remove useless comment about something that is deprecated. See summary in
"[PATCH] rtsp.c small cleanups" thread on mailinglist.

Modified:
   trunk/libavformat/rtsp.c

Modified: trunk/libavformat/rtsp.c
==============================================================================
--- trunk/libavformat/rtsp.c	Sat Mar 21 21:55:52 2009	(r18123)
+++ trunk/libavformat/rtsp.c	Sat Mar 21 21:56:57 2009	(r18124)
@@ -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



More information about the ffmpeg-cvslog mailing list