[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 1329, Sat Jan 24 13:36:00 2004 UTC revision 1333, Mon Jan 26 03:16:53 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.19 2004-01-24 13:36:00 syskin Exp $   * $Id: config.h,v 1.1.2.20 2004-01-26 03:16:53 suxen_drol Exp $
23   *   *
24   ****************************************************************************/   ****************************************************************************/
25  #ifndef _CONFIG_H_  #ifndef _CONFIG_H_
# Line 153  Line 153 
153          int twopass_max_overflow_improvement;          int twopass_max_overflow_improvement;
154          int twopass_max_overflow_degradation;          int twopass_max_overflow_degradation;
155    
156            /* bitrate calculator */
157            int target_size;
158            int subtitle_size;
159            int container_type;
160            int hours;
161            int minutes;
162            int seconds;
163            int fps;
164            int audio_mode;
165            int audio_type;
166            int audio_rate;
167            int audio_size;
168    
169      /* motion */      /* motion */
170          int motion_search;          int motion_search;
171          int vhq_mode;          int vhq_mode;
# Line 255  Line 268 
268    
269  void config_reg_get(CONFIG * config);  void config_reg_get(CONFIG * config);
270  void config_reg_set(CONFIG * config);  void config_reg_set(CONFIG * config);
271    void sort_zones(zone_t * zones, int zone_num, int * sel);
272    
273    
274  BOOL CALLBACK main_proc(HWND, UINT, WPARAM, LPARAM);  BOOL CALLBACK main_proc(HWND, UINT, WPARAM, LPARAM);
275  BOOL CALLBACK about_proc(HWND, UINT, WPARAM, LPARAM);  BOOL CALLBACK about_proc(HWND, UINT, WPARAM, LPARAM);

Legend:
Removed from v.1329  
changed lines
  Added in v.1333

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