From 64917dd3df832ab21c470e2ae9c05f5d2e067a80 Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Sat, 21 Mar 2009 20:56:57 +0000 Subject: 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 --- libavformat/rtsp.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'libavformat') 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 -- cgit v1.2.3