diff options
author | Luca Abeni <lucabe72@email.it> | 2007-10-26 11:36:11 +0000 |
---|---|---|
committer | Luca Abeni <lucabe72@email.it> | 2007-10-26 11:36:11 +0000 |
commit | a385446f403e5c1efa0950ddce7ffdafa4ef8d27 (patch) | |
tree | 8951f50e97862b0d1fb1d748d1cb1c7beadb3ca7 /libavformat/rtp.h | |
parent | 97e6ee20645c9717164f98d979b5593abe3c9b02 (diff) | |
download | ffmpeg-a385446f403e5c1efa0950ddce7ffdafa4ef8d27.tar.gz |
Remove prototype for non-existent function
Originally committed as revision 10862 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/rtp.h')
-rw-r--r-- | libavformat/rtp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/rtp.h b/libavformat/rtp.h index 38db56e763..4f6251bf34 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 */ |