将CodecL16放置到enum最后,防止兼容性问题
This commit is contained in:
parent
66a3b7a9ca
commit
525949c362
|
|
@ -28,8 +28,8 @@ typedef enum {
|
||||||
CodecAAC,
|
CodecAAC,
|
||||||
CodecG711A,
|
CodecG711A,
|
||||||
CodecG711U,
|
CodecG711U,
|
||||||
CodecL16,
|
|
||||||
CodecOpus,
|
CodecOpus,
|
||||||
|
CodecL16,
|
||||||
CodecMax = 0x7FFF
|
CodecMax = 0x7FFF
|
||||||
} CodecId;
|
} CodecId;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue