diff rtp.h @ 4502:daca5391106a libavformat

Rename rtp_get_payload_type() to ff_rtp_get_payload_type(), as it is not a static function
author lucabe
date Mon, 16 Feb 2009 09:36:21 +0000
parents ef5d6bb2c41b
children c3d058b6ddde
line wrap: on
line diff
--- a/rtp.h	Mon Feb 16 01:55:28 2009 +0000
+++ b/rtp.h	Mon Feb 16 09:36:21 2009 +0000
@@ -24,7 +24,7 @@
 #include "libavcodec/avcodec.h"
 
 /** return < 0 if unknown payload type */
-int rtp_get_payload_type(AVCodecContext *codec);
+int ff_rtp_get_payload_type(AVCodecContext *codec);
 
 #define RTP_PT_PRIVATE 96
 #define RTP_VERSION 2