comparison rtsp.h @ 2544:0318af3025dd libavformat

rtp and rtsp demuxer declarations are not part of public API
author aurel
date Mon, 10 Sep 2007 22:48:42 +0000
parents a6d6b2b19341
children 792383dd085e
comparison
equal deleted inserted replaced
2543:68e4719734cd 2544:0318af3025dd
82 void rtsp_parse_line(RTSPHeader *reply, const char *buf); 82 void rtsp_parse_line(RTSPHeader *reply, const char *buf);
83 83
84 extern int rtsp_default_protocols; 84 extern int rtsp_default_protocols;
85 extern int rtsp_rtp_port_min; 85 extern int rtsp_rtp_port_min;
86 extern int rtsp_rtp_port_max; 86 extern int rtsp_rtp_port_max;
87 extern AVInputFormat rtsp_demuxer;
88 87
89 int rtsp_pause(AVFormatContext *s); 88 int rtsp_pause(AVFormatContext *s);
90 int rtsp_resume(AVFormatContext *s); 89 int rtsp_resume(AVFormatContext *s);
91 90
92 #endif /* RTSP_H */ 91 #endif /* RTSP_H */