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

Diff of /branches/dev-api-4/xvidcore/vfw/src/status.h

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

revision 1061, Tue Jun 10 10:07:03 2003 UTC revision 1319, Thu Jan 22 14:43:39 2004 UTC
# Line 3  Line 3 
3    
4  #include <windows.h>  #include <windows.h>
5    
6    /* int64_t */
7    #if defined(_MSC_VER) || defined (__WATCOMC__)
8    #       define int64_t  __int64
9    #       define uint64_t unsigned __int64
10    #else
11    #       include <inttypes.h>
12    #endif
13    
14  typedef struct  typedef struct
15  {  {
16      double fps;      double fps;
# Line 20  Line 28 
28      TEXTMETRIC tm;      TEXTMETRIC tm;
29      BITMAPINFO * bi;      BITMAPINFO * bi;
30    
31      int count[4];          int64_t count[4];
32      int min_quant[4];      int min_quant[4];
33      int max_quant[4];      int max_quant[4];
34      int quant[31];          int quant[3][31];
35      int max_quant_frames;      int max_quant_frames;
36      int min_length[4];      int min_length[4];
37      int max_length[4];      int max_length[4];
38      int tot_length[4];          int64_t tot_length[4];
39  } status_t;  } status_t;
40    
41    

Legend:
Removed from v.1061  
changed lines
  Added in v.1319

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