Mercurial > libavformat.hg
diff rtp.h @ 4518:35d76826b641 libavformat
Move to rtp.h the prototypes of all the functions defined in rtp.c
| author | lucabe |
|---|---|
| date | Tue, 17 Feb 2009 08:09:34 +0000 |
| parents | c3d058b6ddde |
| children | f4b9967e0131 |
line wrap: on
line diff
--- a/rtp.h Tue Feb 17 00:02:13 2009 +0000 +++ b/rtp.h Tue Feb 17 08:09:34 2009 +0000 @@ -33,6 +33,10 @@ */ int ff_rtp_get_payload_type(AVCodecContext *codec); +int 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); + #define RTP_PT_PRIVATE 96 #define RTP_VERSION 2 #define RTP_MAX_SDES 256 /**< maximum text length for SDES */
