This commit is contained in:
plutoo 2018-03-05 21:07:53 +01:00
parent 208daf6344
commit c7b0e7c891

View File

@ -15,5 +15,5 @@ typedef enum {
PcmFormat_Int24 = 3,
PcmFormat_Int32 = 4,
PcmFormat_Float = 5,
PcmFormat_ADPCM = 6,
PcmFormat_Adpcm = 6,
} PcmFormat;