From cd69b8ea637512d21e0a404ee5d3d2a05de148fe Mon Sep 17 00:00:00 2001 From: Pascal Nowack Date: Wed, 18 Oct 2023 05:19:50 +0200 Subject: [PATCH] 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 --- include/freerdp/codec/audio.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/freerdp/codec/audio.h b/include/freerdp/codec/audio.h index 80261bf3e..752bf17bd 100644 --- a/include/freerdp/codec/audio.h +++ b/include/freerdp/codec/audio.h @@ -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 /**