Browse Source

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
tags/n0.8
Aurelien Jacobs 15 years ago
parent
commit
a5cea13202
2 changed files with 0 additions and 7 deletions
  1. +0
    -4
      libavformat/rtsp.c
  2. +0
    -3
      libavformat/rtsp.h

+ 0
- 4
libavformat/rtsp.c View File

@@ -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


+ 0
- 3
libavformat/rtsp.h View 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;



Loading…
Cancel
Save