]> git.sesse.net Git - ffmpeg/commitdiff
drop rtsp_default_protocols which is not part of public API and not used anymore
authorAurelien Jacobs <aurel@gnuage.org>
Sat, 23 Oct 2010 16:22:36 +0000 (16:22 +0000)
committerAurelien Jacobs <aurel@gnuage.org>
Sat, 23 Oct 2010 16:22:36 +0000 (16:22 +0000)
Originally committed as revision 25557 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/rtsp.c
libavformat/rtsp.h

index c34bcdb8f62c411d8f20f3a553cfb9d4d5cd4c3b..bc9864af1baa7d72eab96a5fcad4387eafdd4a31 100644 (file)
 //#define DEBUG
 //#define DEBUG_RTP_TCP
 
-#if LIBAVFORMAT_VERSION_INT < (53 << 16)
-int rtsp_default_protocols = (1 << RTSP_LOWER_TRANSPORT_UDP);
-#endif
-
 /* Timeout values for socket select, in ms,
  * and read_packet(), in seconds  */
 #define SELECT_TIMEOUT_MS 100
index 3e426a07b7378050e61ff8cc0f0d45ab95592532..8746da7d5ed5dce2ada1ab3ceb537df56337f265 100644 (file)
@@ -351,9 +351,6 @@ typedef struct RTSPStream {
 void ff_rtsp_parse_line(RTSPMessageHeader *reply, const char *buf,
                         HTTPAuthState *auth_state);
 
-#if LIBAVFORMAT_VERSION_INT < (53 << 16)
-extern int rtsp_default_protocols;
-#endif
 extern int rtsp_rtp_port_min;
 extern int rtsp_rtp_port_max;