[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 1032, Sat May 17 13:37:49 2003 UTC revision 1054, Mon Jun 9 13:55:56 2003 UTC
# Line 1  Line 1 
1    /*****************************************************************************
2     *
3     *  XVID MPEG-4 VIDEO CODEC
4     *  - VFW configuration header  -
5     *
6     *  Copyright(C) 2002-2003 Anonymous <xvid-devel@xvid.org>
7     *
8     *  This program is free software ; you can redistribute it and/or modify
9     *  it under the terms of the GNU General Public License as published by
10     *  the Free Software Foundation ; either version 2 of the License, or
11     *  (at your option) any later version.
12     *
13     *  This program is distributed in the hope that it will be useful,
14     *  but WITHOUT ANY WARRANTY ; without even the implied warranty of
15     *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16     *  GNU General Public License for more details.
17     *
18     *  You should have received a copy of the GNU General Public License
19     *  along with this program ; if not, write to the Free Software
20     *  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 $
23     *
24     ****************************************************************************/
25  #ifndef _CONFIG_H_  #ifndef _CONFIG_H_
26  #define _CONFIG_H_  #define _CONFIG_H_
27    
# Line 73  Line 97 
97  typedef struct  typedef struct
98  {  {
99  /********** ATTENTION **********/  /********** ATTENTION **********/
100          int mode;                                       // Vidomi directly accesses these vars          int mode;                                       /* Vidomi directly accesses these vars */
101          int bitrate;                            //          int bitrate;
102          int desired_size;                       // please try to avoid modifications here          int desired_size;                       /* please try to avoid modifications here */
103          char stats[MAX_PATH];           //          char stats[MAX_PATH];
104  /*******************************/  /*******************************/
105    
106      /* profile  */      /* profile  */
# Line 115  Line 139 
139          int discard1pass;          int discard1pass;
140          int curve_compression_high;          int curve_compression_high;
141          int curve_compression_low;          int curve_compression_low;
         int use_alt_curve;  
         int alt_curve_use_auto;  
         int alt_curve_auto_str;  
         int alt_curve_use_auto_bonus_bias;  
         int alt_curve_bonus_bias;  
         int alt_curve_type;  
         int alt_curve_high_dist;  
         int alt_curve_low_dist;  
         int alt_curve_min_rel_qual;  
142          int twopass_max_overflow_improvement;          int twopass_max_overflow_improvement;
143          int twopass_max_overflow_degradation;          int twopass_max_overflow_degradation;
144          int bitrate_payback_delay;          int bitrate_payback_delay;
145          int bitrate_payback_method;          int bitrate_payback_method;
146    
147      /* motion */      /* motion */
   
148          int motion_search;          int motion_search;
149          int vhq_mode;          int vhq_mode;
150          int chromame;          int chromame;

Legend:
Removed from v.1032  
changed lines
  Added in v.1054

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