[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 105, Sat Apr 6 06:21:29 2002 UTC revision 382, Sun Aug 18 15:38:23 2002 UTC
# Line 4  Line 4 
4  #include <windows.h>  #include <windows.h>
5  #include <vfw.h>  #include <vfw.h>
6  #include "config.h"  #include "config.h"
7  #include "xvid.h"  #include <xvid.h>
8    
9  #define DEBUG(X)  #define DEBUG(X)
10  // OutputDebugString(X)  // OutputDebugString(X)
# Line 101  Line 101 
101          int bytes2;          int bytes2;
102          int desired_bytes2;          int desired_bytes2;
103    
104            int keyframe_locations[20480];
105            int max_framesize;
106          double movie_curve;          double movie_curve;
107          double credits_start_curve;          double credits_start_curve;
108          double credits_end_curve;          double credits_end_curve;
# Line 114  Line 116 
116          double alt_curve_high_diff;          double alt_curve_high_diff;
117          double alt_curve_mid_qual;          double alt_curve_mid_qual;
118          double alt_curve_qual_dev;          double alt_curve_qual_dev;
119          int overflow;          int overflow, KF_idx, KFoverflow, KFoverflow_partial;
120          int quant_count[32];          int quant_count[32];
121    
122          NNSTATS nns1;          NNSTATS nns1;
# Line 163  Line 165 
165  int codec_is_in_credits(CONFIG *, int);  int codec_is_in_credits(CONFIG *, int);
166  int codec_get_vbr_quant(CONFIG *, int);  int codec_get_vbr_quant(CONFIG *, int);
167    
168    // added by Koepi for greyscale credits
169    int check_greyscale_mode(CONFIG *, XVID_ENC_FRAME* , int);
170    // end of koepi's additions
171    
172  #endif /* _CODEC_H_ */  #endif /* _CODEC_H_ */

Legend:
Removed from v.105  
changed lines
  Added in v.382

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