[SCM] libav/experimental: drop rtsp_default_protocols which is not part of public API and not used anymore

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:18:02 UTC 2013


The following commit has been merged in the experimental branch:
commit a5cea132023c09f3247046fd5493b707c3e98519
Author: Aurelien Jacobs <aurel at gnuage.org>
Date:   Sat Oct 23 16:22:36 2010 +0000

    drop rtsp_default_protocols which is not part of public API and not used anymore
    
    Originally committed as revision 25557 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/rtsp.c b/libavformat/rtsp.c
index c34bcdb..bc9864a 100644
--- a/libavformat/rtsp.c
+++ b/libavformat/rtsp.c
@@ -44,10 +44,6 @@
 //#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
diff --git a/libavformat/rtsp.h b/libavformat/rtsp.h
index 3e426a0..8746da7 100644
--- a/libavformat/rtsp.h
+++ b/libavformat/rtsp.h
@@ -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;
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list