# HG changeset patch # User rbultje # Date 1237669017 0 # Node ID 57e9cd4ff7b59caa0f5861b1e3d1f0738835fe4b # Parent beca7e13cc3f1a47f5a4554d7b1201c5dfdcc117 Remove useless comment about something that is deprecated. See summary in "[PATCH] rtsp.c small cleanups" thread on mailinglist. diff -r beca7e13cc3f -r 57e9cd4ff7b5 rtsp.c --- 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