Module: wine Branch: master Commit: f388270b67d15c728754cdf9008f5c9cb8bbb36e URL: https://source.winehq.org/git/wine.git/?a=commit;h=f388270b67d15c728754cdf90...
Author: Biswapriyo Nath nathbappai@gmail.com Date: Thu Oct 21 10:30:58 2021 +0530
include: Add MFVideoAlphaBitmapFlags in evr9.idl.
Signed-off-by: Biswapriyo Nath nathbappai@gmail.com Signed-off-by: Nikolay Sivov nsivov@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
include/evr9.idl | 11 +++++++++++ 1 file changed, 11 insertions(+)
diff --git a/include/evr9.idl b/include/evr9.idl index b3d363cdee9..0e846db5e53 100644 --- a/include/evr9.idl +++ b/include/evr9.idl @@ -41,6 +41,17 @@ typedef struct MFVideoAlphaBitmap MFVideoAlphaBitmapParams params; } MFVideoAlphaBitmap;
+typedef enum +{ + MFVideoAlphaBitmap_EntireDDS = 0x1, + MFVideoAlphaBitmap_SrcColorKey = 0x2, + MFVideoAlphaBitmap_SrcRect = 0x4, + MFVideoAlphaBitmap_DestRect = 0x8, + MFVideoAlphaBitmap_FilterMode = 0x10, + MFVideoAlphaBitmap_Alpha = 0x20, + MFVideoAlphaBitmap_BitMask = 0x3f +} MFVideoAlphaBitmapFlags; + [ object, uuid(814c7b20-0fdb-4eec-af8f-f957c8f69edc),