diff rtp.h @ 4519:f4b9967e0131 libavformat

Remame rtp_get_codec_info() to ff_rtp_get_codec_info(), as it is not a static function
author lucabe
date Tue, 17 Feb 2009 08:12:51 +0000
parents 35d76826b641
children 11cce150a895
line wrap: on
line diff
--- a/rtp.h	Tue Feb 17 08:09:34 2009 +0000
+++ b/rtp.h	Tue Feb 17 08:12:51 2009 +0000
@@ -33,7 +33,7 @@
  */
 int ff_rtp_get_payload_type(AVCodecContext *codec);
 
-int rtp_get_codec_info(AVCodecContext *codec, int payload_type);
+int ff_rtp_get_codec_info(AVCodecContext *codec, int payload_type);
 const char *ff_rtp_enc_name(int payload_type);
 enum CodecID ff_rtp_codec_id(const char *buf, enum CodecType codec_type);