将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