From b3d21b38bf32ce5e0b5a01b7de0eef673d3a2b8c Mon Sep 17 00:00:00 2001 From: rbultje Date: Sat, 21 Mar 2009 20:56:57 +0000 Subject: [PATCH] Remove useless comment about something that is deprecated. See summary in "[PATCH] rtsp.c small cleanups" thread on mailinglist. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18124 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b --- libavformat/rtsp.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/libavformat/rtsp.c b/libavformat/rtsp.c index f9021ba6b..406998dc0 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 -- 2.11.4.GIT