Remove stale function declaration.

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

Originally committed as revision 21899 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Martin Storsjö 2010-02-19 17:26:33 +00:00 committed by Ronald S. Bultje
parent f1c8e5aa94
commit 251f050481

View File

@ -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)