# HG changeset patch # User lucabe # Date 1193398571 0 # Node ID 687a0cbff7732188cd7243549f68f65b5ea5a1af # Parent 43ca0db0aa920310d5e2b45c460008622b17c84d Remove prototype for non-existent function diff -r 43ca0db0aa92 -r 687a0cbff773 rtp.h --- 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 */