summaryrefslogtreecommitdiff
path: root/libav/rtsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'libav/rtsp.h')
-rw-r--r--libav/rtsp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libav/rtsp.h b/libav/rtsp.h
index f683bf338b..3dd231571e 100644
--- a/libav/rtsp.h
+++ b/libav/rtsp.h
@@ -79,6 +79,8 @@ void rtsp_parse_line(RTSPHeader *reply, const char *buf);
extern int rtsp_abort_req;
extern int rtsp_default_protocols;
+extern int rtsp_rtp_port_min;
+extern int rtsp_rtp_port_max;
extern FFRTSPCallback *ff_rtsp_callback;
#endif /* RTSP_H */