mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-22 10:40:05 +08:00
去掉最大枚举定义
This commit is contained in:
parent
a7a94f0885
commit
2065b6fea8
@ -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;
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user