mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 08:24:16 +09:00
codec/audio: Add missing format id for Opus codec
Id taken from [0]. [0]: https://learn.microsoft.com/en-us/windows/win32/medfound/audio-subtype-guids
This commit is contained in:
committed by
akallabeth
parent
7dc44942cd
commit
cd69b8ea63
@@ -192,6 +192,8 @@ extern "C"
|
||||
#endif /* !WAVE_FORMAT_LUCENT_G723 */
|
||||
#define WAVE_FORMAT_AAC_MS 0xA106
|
||||
|
||||
#define WAVE_FORMAT_OPUS 0x704F
|
||||
|
||||
#define WAVE_FORMAT_EXTENSIBLE 0xFFFE
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user