=?UTF-8?Q?Andr=C3=A9=20Hentschel=20?=: include: Add more vfw error codes.

Alexandre Julliard julliard at winehq.org
Tue Nov 12 14:26:35 CST 2013


Module: wine
Branch: master
Commit: e218462fd996a27aef6c1ac7fde03f2c33d44752
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=e218462fd996a27aef6c1ac7fde03f2c33d44752

Author: André Hentschel <nerv at dawncrow.de>
Date:   Mon Nov 11 22:23:25 2013 +0100

include: Add more vfw error codes.

---

 include/vfwmsgs.h |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/include/vfwmsgs.h b/include/vfwmsgs.h
index 660ee40..be5ff84 100644
--- a/include/vfwmsgs.h
+++ b/include/vfwmsgs.h
@@ -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




More information about the wine-cvs mailing list