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

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

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

revision 1060, Tue Jun 10 09:14:48 2003 UTC revision 1061, Tue Jun 10 10:07:03 2003 UTC
# Line 19  Line 19 
19   *  along with this program ; if not, write to the Free Software   *  along with this program ; if not, write to the Free Software
20   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
21   *   *
22   * $Id: config.h,v 1.1.2.7 2003-06-09 13:55:56 edgomez Exp $   * $Id: config.h,v 1.1.2.8 2003-06-10 10:07:03 suxen_drol Exp $
23   *   *
24   ****************************************************************************/   ****************************************************************************/
25  #ifndef _CONFIG_H_  #ifndef _CONFIG_H_
# Line 43  Line 43 
43  #define DEFAULT_MIN_KBPS    16  #define DEFAULT_MIN_KBPS    16
44  #define DEFAULT_MAX_KBPS    10000  #define DEFAULT_MAX_KBPS    10000
45    
   
46  /* registry stuff */  /* registry stuff */
47  #define XVID_REG_KEY    HKEY_CURRENT_USER  #define XVID_REG_KEY    HKEY_CURRENT_USER
48  #define XVID_REG_PARENT "Software\\GNU"  #define XVID_REG_PARENT "Software\\GNU"
# Line 87  Line 86 
86      int mode;      int mode;
87      int weight;      int weight;
88      int quant;      int quant;
89      /* overrides: when ==MODIFIER_USE_DEFAULT use default/global setting */  
90      unsigned int greyscale;      unsigned int greyscale;
91      unsigned int chroma_opt;      unsigned int chroma_opt;
92      unsigned int bvop_threshold;      unsigned int bvop_threshold;
# Line 102  Line 101 
101          int desired_size;                       /* please try to avoid modifications here */          int desired_size;                       /* please try to avoid modifications here */
102          char stats[MAX_PATH];          char stats[MAX_PATH];
103  /*******************************/  /*******************************/
104        int use_2pass_bitrate;        /* use bitrate for 2pass2 (instead of desired size) */
105    
106      /* profile  */      /* profile  */
107      char profile_name[MAX_PATH];      char profile_name[MAX_PATH];
# Line 132  Line 132 
132          int rc_averaging_period;          int rc_averaging_period;
133          int rc_buffer;          int rc_buffer;
134    
135        /* 2pass1 */
136            int discard1pass;
137    
138      /* 2pass2 */      /* 2pass2 */
139          int keyframe_boost;          int keyframe_boost;
140          int kftreshold;          int kftreshold;
141          int kfreduction;          int kfreduction;
         int discard1pass;  
142          int curve_compression_high;          int curve_compression_high;
143          int curve_compression_low;          int curve_compression_low;
144          int twopass_max_overflow_improvement;          int twopass_max_overflow_improvement;
# Line 166  Line 168 
168      int fourcc_used;      int fourcc_used;
169      int vop_debug;      int vop_debug;
170      int debug;      int debug;
171        int display_status;
172    
173          DWORD cpu;          DWORD cpu;
174    

Legend:
Removed from v.1060  
changed lines
  Added in v.1061

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