mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-03-19 20:40:58 +08:00
将CodecL16放置到enum最后,防止兼容性问题
This commit is contained in:
@@ -28,8 +28,8 @@ typedef enum {
|
||||
CodecAAC,
|
||||
CodecG711A,
|
||||
CodecG711U,
|
||||
CodecL16,
|
||||
CodecOpus,
|
||||
CodecL16,
|
||||
CodecMax = 0x7FFF
|
||||
} CodecId;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user