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

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

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

revision 109, Mon Apr 8 12:51:41 2002 UTC revision 355, Thu Aug 1 12:56:29 2002 UTC
# Line 68  Line 68 
68    
69  typedef struct  typedef struct
70  {  {
71          int mode;  /********** ATTENTION **********/
72          int bitrate;          int mode;                                       // Vidomi directly accesses these vars
73            int rc_bitrate;                         //
74            int desired_size;                       // please try to avoid modifications here
75            char stats1[MAX_PATH];          //
76    /*******************************/
77    
78          int quality;          int quality;
79          int     quant;          int     quant;
80          int rc_buffersize;          int rc_reaction_delay_factor;
81            int rc_averaging_period;
82            int rc_buffer;
83    
84          int motion_search;          int motion_search;
85          int quant_type;          int quant_type;
# Line 81  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
95            int max_bframes;
96            int bquant_ratio;
97            int packed;
98            int dx50bvop;
99            int debug;
100    #endif
101    
102          int min_iquant;          int min_iquant;
103          int max_iquant;          int max_iquant;
# Line 89  Line 106 
106          BYTE qmatrix_intra[64];          BYTE qmatrix_intra[64];
107          BYTE qmatrix_inter[64];          BYTE qmatrix_inter[64];
108    
         int desired_size;  
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 111  Line 131 
131          int bitrate_payback_method;          int bitrate_payback_method;
132          int hinted_me;          int hinted_me;
133          char hintfile[MAX_PATH];          char hintfile[MAX_PATH];
         char stats1[MAX_PATH];  
134          char stats2[MAX_PATH];          char stats2[MAX_PATH];
135    
136          int credits_start;          int credits_start;
# Line 128  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;
# Line 157  Line 183 
183  void config_reg_get(CONFIG *);  void config_reg_get(CONFIG *);
184  void config_reg_set(CONFIG *);  void config_reg_set(CONFIG *);
185  void config_reg_default(CONFIG *);  void config_reg_default(CONFIG *);
186  int config_get_int(HWND, UINT, int);  int config_get_int(HWND, INT, int);
187    int config_get_uint(HWND, UINT, int);
188  void main_download(HWND, CONFIG *);  void main_download(HWND, CONFIG *);
189  void main_slider(HWND, CONFIG *);  void main_slider(HWND, CONFIG *);
190  void main_value(HWND, CONFIG *);  void main_value(HWND, CONFIG *);

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

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