[svn] / branches / dev-api-3 / vfw / src / config.h Repository:
ViewVC logotype

Diff of /branches/dev-api-3/vfw/src/config.h

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

revision 235, Sun Jun 23 03:59:49 2002 UTC revision 355, Thu Aug 1 12:56:29 2002 UTC
# Line 88  Line 88 
88          int min_key_interval;          int min_key_interval;
89          int lum_masking;          int lum_masking;
90          int interlacing;          int interlacing;
91    //added by koepi for gruel's greyscale_mode
92            int greyscale;
93    // end of koepi's additions
94  #ifdef BFRAMES  #ifdef BFRAMES
95          int max_bframes;          int max_bframes;
96          int bquant_ratio;          int bquant_ratio;
# Line 104  Line 107 
107          BYTE qmatrix_inter[64];          BYTE qmatrix_inter[64];
108    
109          int keyframe_boost;          int keyframe_boost;
110    //added by koepi for new 2pass curve treatment
111            int kftreshold;
112            int kfreduction;
113    // end of koepi's additions
114          int discard1pass;          int discard1pass;
115          int dummy2pass;          int dummy2pass;
116          int curve_compression_high;          int curve_compression_high;
# Line 140  Line 147 
147          int credits_start_size;          int credits_start_size;
148          int credits_end_size;          int credits_end_size;
149    
150    #ifdef _SMP
151            int num_threads;
152    #endif
153    #ifdef BFRAMES
154            int frame_drop_ratio;
155    #endif
156    
157  //      char build[50];  //      char build[50];
158          DWORD cpu;          DWORD cpu;
159          float fquant;          float fquant;

Legend:
Removed from v.235  
changed lines
  Added in v.355

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