去掉最大枚举定义

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,
CodecVP8,
CodecVP9,
CodecMax = 0x7FFF
CodecMax
} CodecId;
typedef enum {
@ -41,7 +41,7 @@ typedef enum {
TrackAudio,
TrackTitle,
TrackApplication,
TrackMax = 4
TrackMax
} TrackType;
/**