[svn] / branches / dev-api-4 / xvidcore / vfw / src / vfwext.h Repository:
ViewVC logotype

View of /branches/dev-api-4/xvidcore/vfw/src/vfwext.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1020 - (download) (annotate)
Wed May 14 12:10:11 2003 UTC (20 years, 11 months ago) by suxen_drol
File size: 605 byte(s)
vfw extensions api header
/*

experimental vfw-api-extensions.
(c)2003, peter ross <pross@xvid.org>

*/

#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 admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4