[PATCH v2 1/6] include: Add CWMAEncMediaObject class declaration to wmcodecdsp.idl.

Rémi Bernon rbernon at codeweavers.com
Tue Apr 5 03:36:54 CDT 2022


Signed-off-by: Rémi Bernon <rbernon at codeweavers.com>
---

v2: Use "pts" rather than "timestamp", use UINT64 for their types.

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

diff --git a/include/wmcodecdsp.idl b/include/wmcodecdsp.idl
index ae2a42419b4..4ad965ab3d9 100644
--- a/include/wmcodecdsp.idl
+++ b/include/wmcodecdsp.idl
@@ -45,6 +45,11 @@ coclass CMSH264DecoderMFT {}
 ]
 coclass CWMADecMediaObject {};
 
+[
+    uuid(70f598e9-f4ab-495a-99e2-a7c4d3d89abf)
+]
+coclass CWMAEncMediaObject {};
+
 [
     uuid(93af0c51-2275-45d2-a35b-f2ba21caed00)
 ]
-- 
2.35.1




More information about the wine-devel mailing list