Define AVMediaType enum, and use it instead of enum CodecType, which
is deprecated and will be dropped at the next major bump. Originally committed as revision 22735 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -66,7 +66,7 @@ const char *ff_rtp_enc_name(int payload_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);
|
||||
enum CodecID ff_rtp_codec_id(const char *buf, enum AVMediaType codec_type);
|
||||
|
||||
#define RTP_PT_PRIVATE 96
|
||||
#define RTP_VERSION 2
|
||||
|
Reference in New Issue
Block a user