mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
Document ff_rtp_codec_id()
Originally committed as revision 17666 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
4c6b49bf74
commit
3aa7ac6dd2
@ -57,6 +57,15 @@ int ff_rtp_get_codec_info(AVCodecContext *codec, int payload_type);
|
||||
* 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
|
||||
|
Loading…
Reference in New Issue
Block a user