Commit e218462f authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

include: Add more vfw error codes.

parent d0bf7f4e
......@@ -155,8 +155,18 @@
#define VFW_E_VMR_NOT_IN_MIXER_MODE ((HRESULT)0x80040296)
#define VFW_E_VMR_NO_AP_SUPPLIED ((HRESULT)0x80040297)
#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_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)
#ifndef E_PROP_ID_UNSUPPORTED
......
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