[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 1650, Sat Oct 22 22:32:44 2005 UTC revision 1910, Thu Dec 2 06:46: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.9 2005-10-22 22:32:44 Isibaar Exp $   * $Id: config.h,v 1.14 2010-12-02 06:46: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 53  Line 54 
54    
55  #define XVID_BUILD              __TIME__ ", " __DATE__  #define XVID_BUILD              __TIME__ ", " __DATE__
56  #define XVID_WEBSITE    "http://www.xvid.org/"  #define XVID_WEBSITE    "http://www.xvid.org/"
57  #define XVID_SPECIAL_BUILD      "(Vanilla CVS Build)"  #define XVID_SPECIAL_BUILD      "Vanilla CVS Build"
58    
59  /* constants */  /* constants */
60  #define CONFIG_2PASS_FILE "\\video.pass"  #define CONFIG_2PASS_FILE ".\\video.pass"
61    
62  /* codec modes */  /* codec modes */
63  #define RC_MODE_1PASS             0  #define RC_MODE_1PASS             0
# Line 244  Line 245 
245  #define PROFILE_QPEL            0x00000010  #define PROFILE_QPEL            0x00000010
246  #define PROFILE_GMC                     0x00000020  #define PROFILE_GMC                     0x00000020
247  #define PROFILE_4MV                 0x00000040  #define PROFILE_4MV                 0x00000040
248  #define PROFILE_EXTRA       0x00000080  #define PROFILE_PACKED      0x00000080
249    #define PROFILE_EXTRA       0x00000100
250    #define PROFILE_XVID        0x00000200
251    
252  static const int PARS[][2] = {  static const int PARS[][2] = {
253          {1, 1},          {1, 1},
# Line 262  Line 264 
264  typedef struct  typedef struct
265  {  {
266          char * name;          char * name;
267            char * short_name;
268          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 */
269          int width;          int width;
270          int height;          int height;
# Line 291  Line 294 
294  void sort_zones(zone_t * zones, int zone_num, int * sel);  void sort_zones(zone_t * zones, int zone_num, int * sel);
295    
296    
297  BOOL CALLBACK main_proc(HWND, UINT, WPARAM, LPARAM);  INT_PTR CALLBACK main_proc(HWND, UINT, WPARAM, LPARAM);
298  BOOL CALLBACK about_proc(HWND, UINT, WPARAM, LPARAM);  INT_PTR CALLBACK about_proc(HWND, UINT, WPARAM, LPARAM);
299    
300  #endif /* _CONFIG_H_ */  #endif /* _CONFIG_H_ */

Legend:
Removed from v.1650  
changed lines
  Added in v.1910

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