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