summaryrefslogtreecommitdiff
path: root/libavformat/rtsp.h
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2007-04-26 17:38:30 +0000
committerAlex Beregszaszi <alex@rtfs.hu>2007-04-26 17:38:30 +0000
commit0913873e5b681a8655396365799b2743924a8902 (patch)
tree23caefcd721739a1d85903e10190e07e302a5a2f /libavformat/rtsp.h
parentf87462ccef6c750ddd94793af52e2a107279bc17 (diff)
remove unused rtsp_callback
Originally committed as revision 8832 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/rtsp.h')
-rw-r--r--libavformat/rtsp.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/libavformat/rtsp.h b/libavformat/rtsp.h
index 481e2ba499..ddf2448e26 100644
--- a/libavformat/rtsp.h
+++ b/libavformat/rtsp.h
@@ -76,16 +76,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);