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:
Pascal Nowack 2023-10-18 05:19:50 +02:00 committed by akallabeth
parent 7dc44942cd
commit cd69b8ea63

View File

@ -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
/**