[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 102, Fri Apr 5 14:42:37 2002 UTC revision 134, Tue Apr 23 19:09:04 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;
86          int fourcc_used;          int fourcc_used;
87          int max_key_interval;          int max_key_interval;
88            int min_key_interval;
89          int lum_masking;          int lum_masking;
90          int interlacing;          int interlacing;
91    
# Line 88  Line 96 
96          BYTE qmatrix_intra[64];          BYTE qmatrix_intra[64];
97          BYTE qmatrix_inter[64];          BYTE qmatrix_inter[64];
98    
         int desired_size;  
99          int keyframe_boost;          int keyframe_boost;
         int min_key_interval;  
100          int discard1pass;          int discard1pass;
101          int dummy2pass;          int dummy2pass;
102          int curve_compression_high;          int curve_compression_high;
# Line 104  Line 110 
110          int alt_curve_high_dist;          int alt_curve_high_dist;
111          int alt_curve_low_dist;          int alt_curve_low_dist;
112          int alt_curve_min_rel_qual;          int alt_curve_min_rel_qual;
113            int twopass_max_bitrate;
114            int twopass_max_overflow_improvement;
115            int twopass_max_overflow_degradation;
116          int bitrate_payback_delay;          int bitrate_payback_delay;
117          int bitrate_payback_method;          int bitrate_payback_method;
118          int hinted_me;          int hinted_me;
119          char hintfile[MAX_PATH];          char hintfile[MAX_PATH];
         char stats1[MAX_PATH];  
120          char stats2[MAX_PATH];          char stats2[MAX_PATH];
121    
122          int credits_start;          int credits_start;

Legend:
Removed from v.102  
changed lines
  Added in v.134

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