[svn] / trunk / vfw / src / codec.h Repository:
ViewVC logotype

Diff of /trunk/vfw/src/codec.h

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

revision 61, Sat Mar 23 06:58:56 2002 UTC revision 94, Sat Mar 30 23:53:58 2002 UTC
# Line 8  Line 8 
8    
9  #define DEBUG(X)  #define DEBUG(X)
10  // OutputDebugString(X)  // OutputDebugString(X)
11  #define DEBUG1(X,A)  #define DEBUG1(X,A) { char tmp[120]; wsprintf(tmp, "%s %i", (X), (A)); OutputDebugString(tmp); }
 // { char tmp[120]; wsprintf(tmp, "%s %i", (X), (A)); OutputDebugString(tmp); }  
12  #define DEBUG2(X,A,B)  #define DEBUG2(X,A,B)
13  // { char tmp[120]; wsprintf(tmp, "%s %i %i", (X), (A), (B)); OutputDebugString(tmp); }  // { char tmp[120]; wsprintf(tmp, "%s %i %i", (X), (A), (B)); OutputDebugString(tmp); }
14  #define DEBUG3(X,A,B,C)  #define DEBUG3(X,A,B,C)
# Line 99  Line 98 
98          int bytes2;          int bytes2;
99          int desired_bytes2;          int desired_bytes2;
100    
101          float movie_curve;          double movie_curve;
102          float credits_start_curve;          double credits_start_curve;
103          float credits_end_curve;          double credits_end_curve;
104    
105          double average_frame;          double average_frame;
106          double curve_comp_scale;          double curve_comp_scale;

Legend:
Removed from v.61  
changed lines
  Added in v.94

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