diff rtp.c @ 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 daca5391106a
children ec96a30c7141
line wrap: on
line diff
--- a/rtp.c	Tue Feb 17 08:09:34 2009 +0000
+++ b/rtp.c	Tue Feb 17 08:12:51 2009 +0000
@@ -74,7 +74,7 @@
   {-1, "",           CODEC_TYPE_UNKNOWN, CODEC_ID_NONE, -1, -1}
 };
 
-int rtp_get_codec_info(AVCodecContext *codec, int payload_type)
+int ff_rtp_get_codec_info(AVCodecContext *codec, int payload_type)
 {
     int i = 0;