Remove prototype for non-existent function

Originally committed as revision 10862 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Luca Abeni 2007-10-26 11:36:11 +00:00
parent 97e6ee2064
commit a385446f40
1 changed files with 0 additions and 1 deletions

View File

@ -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 */