Commit 251f0504 authored by Martin Storsjö's avatar Martin Storsjö Committed by Ronald S. Bultje

Remove stale function declaration.

Patch by Martin Storsjö <$firstname $firstname st>.

Originally committed as revision 21899 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent f1c8e5aa
...@@ -315,7 +315,6 @@ typedef struct RTSPStream { ...@@ -315,7 +315,6 @@ typedef struct RTSPStream {
//@} //@}
} RTSPStream; } RTSPStream;
int rtsp_init(void);
void rtsp_parse_line(RTSPMessageHeader *reply, const char *buf); void rtsp_parse_line(RTSPMessageHeader *reply, const char *buf);
#if LIBAVFORMAT_VERSION_INT < (53 << 16) #if LIBAVFORMAT_VERSION_INT < (53 << 16)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment