diff options
author | Fabrice Bellard <fabrice@bellard.org> | 2002-07-24 17:40:26 +0000 |
---|---|---|
committer | Fabrice Bellard <fabrice@bellard.org> | 2002-07-24 17:40:26 +0000 |
commit | 85fb7b3490c158786cf68b3dd5fa189fc9221daa (patch) | |
tree | db064b145ab1311c27a3a81adfae9950332c7e94 /libav/rtsp.h | |
parent | 518855998601da79ead0c5c2e4767872cd66f8f1 (diff) | |
download | ffmpeg-85fb7b3490c158786cf68b3dd5fa189fc9221daa.tar.gz |
added rtp port range support
Originally committed as revision 792 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libav/rtsp.h')
-rw-r--r-- | libav/rtsp.h | 2 |
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 */ |