changeset 5671:4a65c87ff3fd libavformat

Remove stale function declaration. Patch by Martin Storsj <$firstname $firstname st>.
author rbultje
date Fri, 19 Feb 2010 17:26:33 +0000
parents 7fa188f69c22
children 6ba79753bdd4
files rtsp.h
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/rtsp.h	Fri Feb 19 16:26:21 2010 +0000
+++ b/rtsp.h	Fri Feb 19 17:26:33 2010 +0000
@@ -315,7 +315,6 @@
     //@}
 } RTSPStream;
 
-int rtsp_init(void);
 void rtsp_parse_line(RTSPMessageHeader *reply, const char *buf);
 
 #if LIBAVFORMAT_VERSION_INT < (53 << 16)