Changeset 928 for trunk/core/conf.c
- Timestamp:
- 08/29/10 09:47:13 (3 years ago)
- File:
-
- 1 edited
-
trunk/core/conf.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/conf.c
r852 r928 139 139 shooting_video_bitrate_change(conf.video_bitrate); 140 140 } 141 conf.edge_overlay_ lock= 0; // reset it because otherwise this feature cant be used at startup (when buffer is empty) - needs workaround other than this!141 conf.edge_overlay_pano = 0; // reset it because otherwise this feature cant be used at startup (when buffer is empty) - needs workaround other than this! 142 142 } 143 143 … … 344 344 CONF_INFO(186, conf.curve_enable, CONF_DEF_VALUE, i:0, NULL), 345 345 CONF_INFO(187, conf.edge_overlay_enable, CONF_DEF_VALUE, i:0, NULL), 346 CONF_INFO(188, conf.edge_overlay_thresh, CONF_DEF_VALUE, i: 40, NULL),346 CONF_INFO(188, conf.edge_overlay_thresh, CONF_DEF_VALUE, i:60, NULL), 347 347 CONF_INFO(189, conf.edge_overlay_color, CONF_DEF_VALUE, cl:0x66, NULL), 348 348 CONF_INFO(190, conf.synch_enable, CONF_DEF_VALUE, i:0, NULL), … … 379 379 CONF_INFO(221, conf.clear_zoom_override, CONF_DEF_VALUE, i:1, NULL), 380 380 CONF_INFO(222, conf.edge_overlay_play, CONF_DEF_VALUE, i:0, NULL), 381 CONF_INFO(223, conf.edge_overlay_ lock, CONF_DEF_VALUE, i:0, NULL),381 CONF_INFO(223, conf.edge_overlay_pano, CONF_DEF_VALUE, i:0, NULL), 382 382 CONF_INFO(224, conf.edge_overlay_zoom, CONF_DEF_VALUE, i:1, NULL), 383 383 CONF_INFO(225, conf.raw_cache, CONF_DEF_VALUE, i:0, NULL), … … 397 397 CONF_INFO(239, conf.debug_propcase_page, CONF_DEF_VALUE, i:0, NULL), 398 398 CONF_INFO(240, conf.debug_misc_vals_show, CONF_DEF_VALUE, i:0, NULL), 399 CONF_INFO(241, conf.edge_overlay_filter, CONF_DEF_VALUE, i:0, NULL), 400 CONF_INFO(242, conf.edge_overlay_show, CONF_DEF_VALUE, i:0, NULL), 401 CONF_INFO(243, conf.edge_overlay_pano_overlap, CONF_DEF_VALUE, i:30, NULL), 399 402 }; 400 403 #define CONF_NUM (sizeof(conf_info)/sizeof(conf_info[0]))
Note: See TracChangeset
for help on using the changeset viewer.