[FFmpeg-cvslog] r10862 - trunk/libavformat/rtp.h
lucabe
subversion
Fri Oct 26 13:36:11 CEST 2007
Author: lucabe
Date: Fri Oct 26 13:36:11 2007
New Revision: 10862
Log:
Remove prototype for non-existent function
Modified:
trunk/libavformat/rtp.h
Modified: trunk/libavformat/rtp.h
==============================================================================
--- trunk/libavformat/rtp.h (original)
+++ trunk/libavformat/rtp.h Fri Oct 26 13:36:11 2007
@@ -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 */
More information about the ffmpeg-cvslog
mailing list