comparison rtsp.c @ 4775:57e9cd4ff7b5 libavformat

Remove useless comment about something that is deprecated. See summary in "[PATCH] rtsp.c small cleanups" thread on mailinglist.
author rbultje
date Sat, 21 Mar 2009 20:56:57 +0000
parents beca7e13cc3f
children 894e353aaeca
comparison
equal deleted inserted replaced
4774:beca7e13cc3f 4775:57e9cd4ff7b5
40 40
41 //#define DEBUG 41 //#define DEBUG
42 //#define DEBUG_RTP_TCP 42 //#define DEBUG_RTP_TCP
43 43
44 static int rtsp_read_play(AVFormatContext *s); 44 static int rtsp_read_play(AVFormatContext *s);
45
46 /* XXX: currently, the only way to change the protocols consists in
47 changing this variable */
48 45
49 #if LIBAVFORMAT_VERSION_INT < (53 << 16) 46 #if LIBAVFORMAT_VERSION_INT < (53 << 16)
50 int rtsp_default_protocols = (1 << RTSP_LOWER_TRANSPORT_UDP); 47 int rtsp_default_protocols = (1 << RTSP_LOWER_TRANSPORT_UDP);
51 #endif 48 #endif
52 49