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

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

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

revision 1827, Sun Nov 30 16:38:31 2008 UTC revision 1915, Tue Dec 21 20:23:07 2010 UTC
# Line 3  Line 3 
3   *  XVID MPEG-4 VIDEO CODEC   *  XVID MPEG-4 VIDEO CODEC
4   *  - VFW configuration header  -   *  - VFW configuration header  -
5   *   *
6   *  Copyright(C) 2002-2003 Anonymous <xvid-devel@xvid.org>   *  Copyright(C) Peter Ross <pross@xvid.org>
7   *   *
8   *  This program is free software ; you can redistribute it and/or modify   *  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   *  it under the terms of the GNU General Public License as published by
# 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.13 2008-11-30 16:36:44 Isibaar Exp $   * $Id: config.h,v 1.16 2010-12-21 20:23:07 Isibaar Exp $
23   *   *
24   ****************************************************************************/   ****************************************************************************/
25    
26  #ifndef _CONFIG_H_  #ifndef _CONFIG_H_
27  #define _CONFIG_H_  #define _CONFIG_H_
28    
# Line 42  Line 43 
43    
44  /* min/max bitrate when not specified by profile */  /* min/max bitrate when not specified by profile */
45  #define DEFAULT_MIN_KBPS        16  #define DEFAULT_MIN_KBPS        16
46  #define DEFAULT_MAX_KBPS        10000  #define DEFAULT_MAX_KBPS        20480
47  #define DEFAULT_QUANT           400  #define DEFAULT_QUANT           400
48    
49  /* registry stuff */  /* registry stuff */
# Line 106  Line 107 
107    /* motion */    /* motion */
108    int motion_search;    int motion_search;
109          int vhq_mode;          int vhq_mode;
110            int vhq_metric;
111          int vhq_bframe;          int vhq_bframe;
112          int chromame;          int chromame;
113          int turbo;          int turbo;
# Line 209  Line 211 
211    
212          DWORD cpu;          DWORD cpu;
213    
214            int num_slices;
215    
216          /* internal */          /* internal */
217          int ci_valid;          int ci_valid;
218          VFWEXT_CONFIGURE_INFO_T ci;          VFWEXT_CONFIGURE_INFO_T ci;
# Line 246  Line 250 
250  #define PROFILE_4MV                 0x00000040  #define PROFILE_4MV                 0x00000040
251  #define PROFILE_PACKED      0x00000080  #define PROFILE_PACKED      0x00000080
252  #define PROFILE_EXTRA       0x00000100  #define PROFILE_EXTRA       0x00000100
253    #define PROFILE_XVID        0x00000200
254    
255  static const int PARS[][2] = {  static const int PARS[][2] = {
256          {1, 1},          {1, 1},
# Line 263  Line 267 
267  typedef struct  typedef struct
268  {  {
269          char * name;          char * name;
270            char * short_name;
271          int id;          /* mpeg-4 profile id; iso/iec 14496-2:2001 table G-1 */          int id;          /* mpeg-4 profile id; iso/iec 14496-2:2001 table G-1 */
272          int width;          int width;
273          int height;          int height;

Legend:
Removed from v.1827  
changed lines
  Added in v.1915

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