comparison 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
comparison
equal deleted inserted replaced
4501:3e5b9c1a413e 4502:daca5391106a
22 #define AVFORMAT_RTP_H 22 #define AVFORMAT_RTP_H
23 23
24 #include "libavcodec/avcodec.h" 24 #include "libavcodec/avcodec.h"
25 25
26 /** return < 0 if unknown payload type */ 26 /** return < 0 if unknown payload type */
27 int rtp_get_payload_type(AVCodecContext *codec); 27 int ff_rtp_get_payload_type(AVCodecContext *codec);
28 28
29 #define RTP_PT_PRIVATE 96 29 #define RTP_PT_PRIVATE 96
30 #define RTP_VERSION 2 30 #define RTP_VERSION 2
31 #define RTP_MAX_SDES 256 /**< maximum text length for SDES */ 31 #define RTP_MAX_SDES 256 /**< maximum text length for SDES */
32 32