diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2007-04-26 17:38:30 +0000 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2007-04-26 17:38:30 +0000 |
commit | 0913873e5b681a8655396365799b2743924a8902 (patch) | |
tree | 23caefcd721739a1d85903e10190e07e302a5a2f /libavformat/rtsp.h | |
parent | f87462ccef6c750ddd94793af52e2a107279bc17 (diff) | |
download | ffmpeg-0913873e5b681a8655396365799b2743924a8902.tar.gz |
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.h | 4 |
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); |