将CodecL16放置到enum最后,防止兼容性问题

This commit is contained in:
Liu Jiang 2020-12-26 16:00:35 +08:00
parent 66a3b7a9ca
commit 525949c362

View File

@ -28,8 +28,8 @@ typedef enum {
CodecAAC,
CodecG711A,
CodecG711U,
CodecL16,
CodecOpus,
CodecL16,
CodecMax = 0x7FFF
} CodecId;