X64 transport [Part 3](Update VD)
[xy_vsfilter.git] / include / vd2 / OldFilterSDK / VBitmap.h
blob08795ac5fa20141cc1d141f4c2940c990ceda06e
1 #ifndef f_VIRTUALDUB_VBITMAP_H
2 #define f_VIRTUALDUB_VBITMAP_H
4 #include <windows.h>
5 #include <vd2/plugin/vdvideofilt.h>
7 typedef unsigned Pixel;
8 typedef unsigned Pixel32;
9 typedef unsigned char Pixel8;
10 typedef int PixCoord;
11 typedef int PixDim;
12 typedef ptrdiff_t PixOffset;
14 typedef ::VDXBitmap VBitmap;
16 #endif