X-Git-Url: https://git.videolan.org/?p=ffmpeg.git;a=blobdiff_plain;f=libavformat%2Frtsp.c;h=406998dc07cdd0479c4ed0e919d575fd757ebc8d;hp=f9021ba6bf814ae4a7e8b49f481d35ef464995ce;hb=64917dd3df832ab21c470e2ae9c05f5d2e067a80;hpb=36aa7bc27f7122296b90d775bc6d209ebc784f73 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