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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1020 - (view) (download)

1 : suxen_drol 1020 /*
2 :    
3 :     experimental vfw-api-extensions.
4 :     (c)2003, peter ross <pross@xvid.org>
5 :    
6 :     */
7 :    
8 :     #ifndef _VFWEXT_H_
9 :     #define _VFWEXT_H_
10 :    
11 :     /* VFWEXT */
12 :    
13 :     #define VFWEXT_FOURCC 0xFFFFFFFF
14 :    
15 :     typedef struct {
16 :     DWORD ciSize; /* structure size */
17 :     LONG ciWidth; /* frame width pixels */
18 :     LONG ciHeight; /* frame height pixels */
19 :     DWORD ciRate; /* frame rate/scale */
20 :     DWORD ciScale;
21 :     LONG ciActiveFrame; /* currently selected frame# */
22 :     LONG ciFrameCount; /* total frames */
23 :     } VFWEXT_CONFIGURE_INFO_T;
24 :     #define VFWEXT_CONFIGURE_INFO 1
25 :    
26 :    
27 :     #endif /* _VFWEXT_H_ */

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4