# HG changeset patch # User lucabe # Date 1235849690 0 # Node ID 5315c722e61e5e0a8d9beebead5215982bbed629 # Parent 12a7cd9178dd2c2e5acf00c554d22c75388a82c9 Document ff_rtp_codec_id() diff -r 12a7cd9178dd -r 5315c722e61e rtp.h --- a/rtp.h Sat Feb 28 18:35:53 2009 +0000 +++ b/rtp.h Sat Feb 28 19:34:50 2009 +0000 @@ -57,6 +57,15 @@ * the encoding name is returned */ const char *ff_rtp_enc_name(int payload_type); + +/** + * Return the codec id for the given encoding name and codec type. + * + * @param buf A pointer to the string containing the encoding name + * @param codec_type The codec type + * @return In case of unknown encoding name, CODEC_ID_NONE is returned; + * otherwise, the codec id is returned + */ enum CodecID ff_rtp_codec_id(const char *buf, enum CodecType codec_type); #define RTP_PT_PRIVATE 96