Rémi Bernon : include: Add some MEDIASUBTYPE_V* GUIDs to wmcodecdsp.idl.

Alexandre Julliard julliard at winehq.org
Tue Apr 5 15:39:45 CDT 2022


Module: wine
Branch: master
Commit: 38b98c653680cd87ecd3060601a57f996c35272e
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=38b98c653680cd87ecd3060601a57f996c35272e

Author: Rémi Bernon <rbernon at codeweavers.com>
Date:   Tue Apr  5 14:57:00 2022 +0200

include: Add some MEDIASUBTYPE_V* GUIDs to wmcodecdsp.idl.

Signed-off-by: Rémi Bernon <rbernon at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 include/wmcodecdsp.idl | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/include/wmcodecdsp.idl b/include/wmcodecdsp.idl
index 1f7024ee7d9..dcf28ab682c 100644
--- a/include/wmcodecdsp.idl
+++ b/include/wmcodecdsp.idl
@@ -24,6 +24,10 @@ cpp_quote("DEFINE_GUID(MEDIASUBTYPE_MSAUDIO1,0x00000160,0x0000,0x0010,0x80,0x00,
 cpp_quote("DEFINE_GUID(MEDIASUBTYPE_WMAUDIO2,0x00000161,0x0000,0x0010,0x80,0x00,0x00,0xaa,0x00,0x38,0x9b,0x71);")
 cpp_quote("DEFINE_GUID(MEDIASUBTYPE_WMAUDIO3,0x00000162,0x0000,0x0010,0x80,0x00,0x00,0xaa,0x00,0x38,0x9b,0x71);")
 cpp_quote("DEFINE_GUID(MEDIASUBTYPE_WMAUDIO_LOSSLESS,0x00000163,0x0000,0x0010,0x80,0x00,0x00,0xaa,0x00,0x38,0x9b,0x71);")
+cpp_quote("DEFINE_GUID(MEDIASUBTYPE_V216,0x36313256,0x0000,0x0010,0x80,0x00,0x00,0xaa,0x00,0x38,0x9b,0x71);")
+cpp_quote("DEFINE_GUID(MEDIASUBTYPE_V410,0x30313456,0x0000,0x0010,0x80,0x00,0x00,0xaa,0x00,0x38,0x9b,0x71);")
+cpp_quote("DEFINE_GUID(MEDIASUBTYPE_Y41T,0x54313459,0x0000,0x0010,0x80,0x00,0x00,0xaa,0x00,0x38,0x9b,0x71);")
+cpp_quote("DEFINE_GUID(MEDIASUBTYPE_Y42T,0x54323459,0x0000,0x0010,0x80,0x00,0x00,0xaa,0x00,0x38,0x9b,0x71);")
 
 [
     uuid(bbeea841-0a63-4f52-a7ab-a9b3a84ed38a)




More information about the wine-cvs mailing list