去掉最大枚举定义

This commit is contained in:
ziyue 2021-03-30 11:51:19 +08:00
parent a7a94f0885
commit 2065b6fea8

View File

@ -32,7 +32,7 @@ typedef enum {
CodecL16, CodecL16,
CodecVP8, CodecVP8,
CodecVP9, CodecVP9,
CodecMax = 0x7FFF CodecMax
} CodecId; } CodecId;
typedef enum { typedef enum {
@ -41,7 +41,7 @@ typedef enum {
TrackAudio, TrackAudio,
TrackTitle, TrackTitle,
TrackApplication, TrackApplication,
TrackMax = 4 TrackMax
} TrackType; } TrackType;
/** /**