changeset 2676:687a0cbff773 libavformat

Remove prototype for non-existent function
author lucabe
date Fri, 26 Oct 2007 11:36:11 +0000
parents 43ca0db0aa92
children 005c0fd8d3eb
files rtp.h
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/rtp.h	Thu Oct 25 21:17:39 2007 +0000
+++ b/rtp.h	Fri Oct 26 11:36:11 2007 +0000
@@ -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 */