include: Add more vfw error codes.
This commit is contained in:
parent
d0bf7f4eaf
commit
e218462fd9
|
@ -155,8 +155,18 @@
|
||||||
#define VFW_E_VMR_NOT_IN_MIXER_MODE ((HRESULT)0x80040296)
|
#define VFW_E_VMR_NOT_IN_MIXER_MODE ((HRESULT)0x80040296)
|
||||||
#define VFW_E_VMR_NO_AP_SUPPLIED ((HRESULT)0x80040297)
|
#define VFW_E_VMR_NO_AP_SUPPLIED ((HRESULT)0x80040297)
|
||||||
#define VFW_E_VMR_NO_DEINTERLACE_HW ((HRESULT)0x80040298)
|
#define VFW_E_VMR_NO_DEINTERLACE_HW ((HRESULT)0x80040298)
|
||||||
|
#define VFW_E_VMR_NO_PROCAMP_HW ((HRESULT)0x80040299)
|
||||||
#define VFW_E_DVD_VMR9_INCOMPATIBLEDEC ((HRESULT)0x8004029A)
|
#define VFW_E_DVD_VMR9_INCOMPATIBLEDEC ((HRESULT)0x8004029A)
|
||||||
#define VFW_E_NO_COPP_HW ((HRESULT)0x8004029B)
|
#define VFW_E_NO_COPP_HW ((HRESULT)0x8004029B)
|
||||||
|
#define VFW_E_DVD_NONBLOCKING ((HRESULT)0x8004029C)
|
||||||
|
#define VFW_E_DVD_TOO_MANY_RENDERERS_IN_FILTER_GRAPH ((HRESULT)0x8004029D)
|
||||||
|
#define VFW_E_DVD_NON_EVR_RENDERER_IN_FILTER_GRAPH ((HRESULT)0x8004029E)
|
||||||
|
#define VFW_E_DVD_RESOLUTION_ERROR ((HRESULT)0x8004029F)
|
||||||
|
#define VFW_E_CODECAPI_LINEAR_RANGE ((HRESULT)0x80040310)
|
||||||
|
#define VFW_E_CODECAPI_ENUMERATED ((HRESULT)0x80040311)
|
||||||
|
#define VFW_E_CODECAPI_NO_DEFAULT ((HRESULT)0x80040313)
|
||||||
|
#define VFW_E_CODECAPI_NO_CURRENT_VALUE ((HRESULT)0x80040314)
|
||||||
|
#define VFW_E_DVD_CHAPTER_DOES_NOT_EXIST ((HRESULT)0x80040315)
|
||||||
#define VFW_E_BAD_KEY ((HRESULT)0x800403F2)
|
#define VFW_E_BAD_KEY ((HRESULT)0x800403F2)
|
||||||
|
|
||||||
#ifndef E_PROP_ID_UNSUPPORTED
|
#ifndef E_PROP_ID_UNSUPPORTED
|
||||||
|
|
Loading…
Reference in New Issue