Commit dbb618a8 authored by Hidenori Takeshima's avatar Hidenori Takeshima Committed by Alexandre Julliard

Added definitions of MERITs.

parent b3ec677d
......@@ -304,6 +304,17 @@ typedef enum
AM_STREAM_CONTROL = 1
} AM_SAMPLE_PROPERTY_FLAGS;
enum __MIDL_IFilterMapper_0001
{
MERIT_PREFERRED = 0x800000,
MERIT_NORMAL = 0x600000,
MERIT_UNLIKELY = 0x400000,
MERIT_DO_NOT_USE = 0x200000,
MERIT_HW_COMPRESSOR = 0x100050,
MERIT_SW_COMPRESSOR = 0x100000,
};
/* structs. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment