diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2010-10-23 16:22:36 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2010-10-23 16:22:36 +0000 |
commit | a5cea132023c09f3247046fd5493b707c3e98519 (patch) | |
tree | 60c310a94cac07dcd2edd5342baccc2e2d117140 /libavformat/rtsp.c | |
parent | a178edf298d46abd87611fe1938810262c3c8252 (diff) | |
download | ffmpeg-a5cea132023c09f3247046fd5493b707c3e98519.tar.gz |
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
Diffstat (limited to 'libavformat/rtsp.c')
-rw-r--r-- | libavformat/rtsp.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libavformat/rtsp.c b/libavformat/rtsp.c index c34bcdb8f6..bc9864af1b 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 |