[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 1242, Fri Dec 5 14:44:35 2003 UTC revision 1312, Tue Jan 20 14:11:39 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.12 2003-12-05 14:44:35 edgomez Exp $   * $Id: config.h,v 1.1.2.17 2004-01-20 14:11:39 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 151  Line 156 
156          int vhq_mode;          int vhq_mode;
157          int chromame;          int chromame;
158          int cartoon_mode;          int cartoon_mode;
159            int turbo;
160      int max_key_interval;      int max_key_interval;
161          int frame_drop_ratio;          int frame_drop_ratio;
162    
# Line 211  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 237  Line 254 
254  void config_reg_get(CONFIG * config);  void config_reg_get(CONFIG * config);
255  void config_reg_set(CONFIG * config);  void config_reg_set(CONFIG * config);
256    
257    static void
258    zones_update(HWND hDlg, CONFIG * config);
259    
260  BOOL CALLBACK main_proc(HWND, UINT, WPARAM, LPARAM);  BOOL CALLBACK main_proc(HWND, UINT, WPARAM, LPARAM);
261  BOOL CALLBACK about_proc(HWND, UINT, WPARAM, LPARAM);  BOOL CALLBACK about_proc(HWND, UINT, WPARAM, LPARAM);
262    
   
263  #endif /* _CONFIG_H_ */  #endif /* _CONFIG_H_ */

Legend:
Removed from v.1242  
changed lines
  Added in v.1312

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