From a385446f403e5c1efa0950ddce7ffdafa4ef8d27 Mon Sep 17 00:00:00 2001
From: Luca Abeni <lucabe72@email.it>
Date: Fri, 26 Oct 2007 11:36:11 +0000
Subject: [PATCH] Remove prototype for non-existent function

Originally committed as revision 10862 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 libavformat/rtp.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libavformat/rtp.h b/libavformat/rtp.h
index 38db56e763e..4f6251bf344 100644
--- a/libavformat/rtp.h
+++ b/libavformat/rtp.h
@@ -27,7 +27,6 @@
 #define RTP_MIN_PACKET_LENGTH 12
 #define RTP_MAX_PACKET_LENGTH 1500 /* XXX: suppress this define */
 
-int rtp_init(void);
 int rtp_get_codec_info(AVCodecContext *codec, int payload_type);
 
 /** return < 0 if unknown payload type */
-- 
GitLab