From 6331b129adf369697357967ce4e362706966d5a5 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath <[email protected]> Date: Fri, 9 Jul 2021 12:13:32 +0530 Subject: [PATCH] headers: Add more wave format constants in mmreg.h
Signed-off-by: Biswapriyo Nath <[email protected]> --- mingw-w64-headers/include/mmreg.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/mingw-w64-headers/include/mmreg.h b/mingw-w64-headers/include/mmreg.h index c7ddc89..092a052 100644 --- a/mingw-w64-headers/include/mmreg.h +++ b/mingw-w64-headers/include/mmreg.h @@ -2008,6 +2008,7 @@ extern "C" { #define WAVE_FORMAT_LEAD_SPEECH 0x434c #define WAVE_FORMAT_LEAD_VORBIS 0x564c #define WAVE_FORMAT_WAVPACK_AUDIO 0x5756 +#define WAVE_FORMAT_ALAC 0x6c61 #define WAVE_FORMAT_OGG_VORBIS_MODE_1 0x674f #define WAVE_FORMAT_OGG_VORBIS_MODE_2 0x6750 #define WAVE_FORMAT_OGG_VORBIS_MODE_3 0x6751 @@ -2015,7 +2016,11 @@ extern "C" { #define WAVE_FORMAT_OGG_VORBIS_MODE_2_PLUS 0x6770 #define WAVE_FORMAT_OGG_VORBIS_MODE_3_PLUS 0x6771 #define WAVE_FORMAT_3COM_NBX 0x7000 +#define WAVE_FORMAT_OPUS 0x704f #define WAVE_FORMAT_FAAD_AAC 0x706d +#define WAVE_FORMAT_AMR_NB 0x7361 +#define WAVE_FORMAT_AMR_WB 0x7362 +#define WAVE_FORMAT_AMR_WP 0x7363 #define WAVE_FORMAT_GSM_AMR_CBR 0x7a21 #define WAVE_FORMAT_GSM_AMR_VBR_SID 0x7a22 #define WAVE_FORMAT_COMVERSE_INFOSYS_G723_1 0xa100 @@ -2055,6 +2060,7 @@ extern "C" { #define WAVE_FORMAT_NICE_G728 0xa122 #define WAVE_FORMAT_FRACE_TELECOM_G729 0xa123 #define WAVE_FORMAT_CODIAN 0xa124 +#define WAVE_FORMAT_DOLBY_AC4 0xac40 #define WAVE_FORMAT_FLAC 0xf1ac #if !defined (WAVE_FORMAT_EXTENSIBLE) -- 2.32.0
_______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
