mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-22 19:00:01 +08:00
将CodecL16放置到enum最后,防止兼容性问题
This commit is contained in:
parent
66a3b7a9ca
commit
525949c362
@ -28,8 +28,8 @@ typedef enum {
|
||||
CodecAAC,
|
||||
CodecG711A,
|
||||
CodecG711U,
|
||||
CodecL16,
|
||||
CodecOpus,
|
||||
CodecL16,
|
||||
CodecMax = 0x7FFF
|
||||
} CodecId;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user