]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/blobdiff - libavformat/rtsp.h
Drop RTSP default protocol.
[frescor/ffmpeg.git] / libavformat / rtsp.h
index 67d37d6871d322e5eb75782acfc787a4071fda40..6adadbc8159a1725b8f75ad3318aae5d538389a0 100644 (file)
@@ -81,7 +81,9 @@ typedef int FFRTSPCallback(enum RTSPCallbackAction action,
 int rtsp_init(void);
 void rtsp_parse_line(RTSPHeader *reply, const char *buf);
 
+#if LIBAVFORMAT_VERSION_INT < (53 << 16)
 extern int rtsp_default_protocols;
+#endif
 extern int rtsp_rtp_port_min;
 extern int rtsp_rtp_port_max;