[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 1069, Fri Jun 13 11:52:14 2003 UTC revision 1301, Fri Jan 2 13:18:28 2004 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.9 2003-06-13 11:52:14 suxen_drol Exp $   * $Id: config.h,v 1.1.2.16 2004-01-02 13:18:28 syskin Exp $
23   *   *
24   ****************************************************************************/   ****************************************************************************/
25  #ifndef _CONFIG_H_  #ifndef _CONFIG_H_
# Line 27  Line 27 
27    
28  #include <windows.h>  #include <windows.h>
29  #include "vfwext.h"  #include "vfwext.h"
30    #include <xvid.h>
31    
32  extern HINSTANCE g_hInst;  extern HINSTANCE g_hInst;
33    
# Line 122  Line 123 
123          int bquant_offset;          int bquant_offset;
124          int packed;          int packed;
125          int closed_gov;          int closed_gov;
126            int display_aspect_ratio;                               /* aspect ratio */
127            int ar_x, ar_y;                                                 /* picture aspect ratio */
128            int par_x, par_y;                                               /* custom pixel aspect ratio */
129            int ar_mode;                                                    /* picture/pixel AR */
130    
131      /* zones */      /* zones */
132      int num_zones;      int num_zones;
# Line 138  Line 143 
143    
144      /* 2pass2 */      /* 2pass2 */
145          int keyframe_boost;          int keyframe_boost;
146          int kftreshold;          int kfthreshold;
147          int kfreduction;          int kfreduction;
148          int curve_compression_high;          int curve_compression_high;
149          int curve_compression_low;          int curve_compression_low;
150            int overflow_control_strength;
151          int twopass_max_overflow_improvement;          int twopass_max_overflow_improvement;
152          int twopass_max_overflow_degradation;          int twopass_max_overflow_degradation;
         int bitrate_payback_delay;  
         int bitrate_payback_method;  
153    
154      /* motion */      /* motion */
155          int motion_search;          int motion_search;
156          int vhq_mode;          int vhq_mode;
157          int chromame;          int chromame;
158            int cartoon_mode;
159            int turbo;
160      int max_key_interval;      int max_key_interval;
         int min_key_interval;  
161          int frame_drop_ratio;          int frame_drop_ratio;
162    
163      /* quant */      /* quant */
# Line 212  Line 217 
217  #define PROFILE_AS                      (PROFILE_ADAPTQUANT|PROFILE_BVOP|PROFILE_MPEGQUANT|PROFILE_INTERLACE|PROFILE_QPEL|PROFILE_GMC)  #define PROFILE_AS                      (PROFILE_ADAPTQUANT|PROFILE_BVOP|PROFILE_MPEGQUANT|PROFILE_INTERLACE|PROFILE_QPEL|PROFILE_GMC)
218  #define PROFILE_ARTS            (PROFILE_ADAPTQUANT|PROFILE_REDUCED)  #define PROFILE_ARTS            (PROFILE_ADAPTQUANT|PROFILE_REDUCED)
219    
220    static const int PARS[][2] = {
221            {1, 1},
222            {12, 11},
223            {10, 11},
224            {16, 11},
225            {40, 33},
226            {0, 0},
227    };
228    
229    
230    
231    
232  typedef struct  typedef struct
233  {  {
# Line 241  Line 257 
257  BOOL CALLBACK main_proc(HWND, UINT, WPARAM, LPARAM);  BOOL CALLBACK main_proc(HWND, UINT, WPARAM, LPARAM);
258  BOOL CALLBACK about_proc(HWND, UINT, WPARAM, LPARAM);  BOOL CALLBACK about_proc(HWND, UINT, WPARAM, LPARAM);
259    
   
260  #endif /* _CONFIG_H_ */  #endif /* _CONFIG_H_ */

Legend:
Removed from v.1069  
changed lines
  Added in v.1301

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