[cvs] / xvidcore / vfw / src / vfwext.h Repository:
ViewVC logotype

Diff of /xvidcore/vfw/src/vfwext.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1, Wed May 14 12:10:11 2003 UTC revision 1.1.2.1, Wed May 14 12:10:11 2003 UTC
# Line 0  Line 1 
1    /*
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_ */

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.1.2.1

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