X-Git-Url: http://git.ffmpeg.org/gitweb/ffmpeg.git/blobdiff_plain/0af4407d35fc825608617eb76d60b1d10a4be6d2..b156b88c13ddc9b6bbd5d60f85328fea5a7fd9cf:/libavformat/rtsp.h diff --git a/libavformat/rtsp.h b/libavformat/rtsp.h index 6bdd9a1..a41032d 100644 --- a/libavformat/rtsp.h +++ b/libavformat/rtsp.h @@ -21,6 +21,8 @@ #ifndef RTSP_H #define RTSP_H +#include +#include "avformat.h" #include "rtspcodes.h" enum RTSPProtocol { @@ -76,17 +78,12 @@ typedef int FFRTSPCallback(enum RTSPCallbackAction action, char *buf, int buf_size, void *arg); -/* useful for modules: set RTSP callback function */ -void rtsp_set_callback(FFRTSPCallback *rtsp_cb); - int rtsp_init(void); void rtsp_parse_line(RTSPHeader *reply, const char *buf); extern int rtsp_default_protocols; extern int rtsp_rtp_port_min; extern int rtsp_rtp_port_max; -extern FFRTSPCallback *ff_rtsp_callback; -extern AVInputFormat rtsp_demuxer; int rtsp_pause(AVFormatContext *s); int rtsp_resume(AVFormatContext *s);