From 251f050481d1a052bf862700c3cced4d40a835eb Mon Sep 17 00:00:00 2001 From: Martin Storsjö Date: Fri, 19 Feb 2010 17:26:33 +0000 Subject: Remove stale function declaration. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Patch by Martin Storsjö <$firstname $firstname st>. Originally committed as revision 21899 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/rtsp.h | 1 - 1 file changed, 1 deletion(-) diff --git a/libavformat/rtsp.h b/libavformat/rtsp.h index a0aac17028..6f441209ac 100644 --- a/libavformat/rtsp.h +++ b/libavformat/rtsp.h @@ -315,7 +315,6 @@ typedef struct RTSPStream { //@} } RTSPStream; -int rtsp_init(void); void rtsp_parse_line(RTSPMessageHeader *reply, const char *buf); #if LIBAVFORMAT_VERSION_INT < (53 << 16) -- cgit v1.2.3