include: Fix typo in vmrender.idl.
This commit is contained in:
parent
5798b95a51
commit
3a4dcea213
|
@ -268,7 +268,7 @@ typedef enum _VMRMode
|
||||||
VMRMode_Windowed = 0x1,
|
VMRMode_Windowed = 0x1,
|
||||||
VMRMode_Windowless = 0x2,
|
VMRMode_Windowless = 0x2,
|
||||||
VMRMode_Renderless = 0x4,
|
VMRMode_Renderless = 0x4,
|
||||||
VMRMODE_Mask = 0x7
|
VMRMode_Mask = 0x7
|
||||||
} VMRMode;
|
} VMRMode;
|
||||||
|
|
||||||
enum { MAX_NUMBER_OF_STREAMS = 16 };
|
enum { MAX_NUMBER_OF_STREAMS = 16 };
|
||||||
|
|
Loading…
Reference in New Issue