Changeset 813 for trunk/core/conf.c


Ignore:
Timestamp:
10/04/09 08:25:55 (4 years ago)
Author:
reyalp
Message:

jpeg quality override from ADamb, allows "super fine" on sx200. http://chdk.setepontos.com/index.php/topic,3994.msg40880.html#msg40880

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/core/conf.c

    r809 r813  
    399399    CONF_INFO(235, conf.dng_usb_ext,     CONF_DEF_VALUE, i:0, conf_change_dng_ext), 
    400400    CONF_INFO(236, conf.flash_manual_override,     CONF_DEF_VALUE, i:0, NULL), 
     401    //image_quality_override 
     402    CONF_INFO(237, conf.fast_image_quality,     CONF_DEF_VALUE, i:3, NULL), 
    401403    }; 
    402404#define CONF_NUM (sizeof(conf_info)/sizeof(conf_info[0])) 
Note: See TracChangeset for help on using the changeset viewer.