--- vfwext.h 2003/05/14 12:10:11 1.1 +++ vfwext.h 2003/05/14 12:10:11 1.1.2.1 @@ -0,0 +1,27 @@ +/* + +experimental vfw-api-extensions. +(c)2003, peter ross + +*/ + +#ifndef _VFWEXT_H_ +#define _VFWEXT_H_ + +/* VFWEXT */ + +#define VFWEXT_FOURCC 0xFFFFFFFF + +typedef struct { + DWORD ciSize; /* structure size */ + LONG ciWidth; /* frame width pixels */ + LONG ciHeight; /* frame height pixels */ + DWORD ciRate; /* frame rate/scale */ + DWORD ciScale; + LONG ciActiveFrame; /* currently selected frame# */ + LONG ciFrameCount; /* total frames */ +} VFWEXT_CONFIGURE_INFO_T; +#define VFWEXT_CONFIGURE_INFO 1 + + +#endif /* _VFWEXT_H_ */ \ No newline at end of file