Added definitions of MERITs.

This commit is contained in:
Hidenori Takeshima 2001-10-28 21:15:17 +00:00 committed by Alexandre Julliard
parent b3ec677d58
commit dbb618a8ca
1 changed files with 11 additions and 0 deletions

View File

@ -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. */