Changeset 1868


Ignore:
Timestamp:
05/28/12 09:20:14 (12 months ago)
Author:
philmoz
Message:

Fix for camera crash for some cameras with dedicated video button (from funnel)
http://chdk.setepontos.com/index.php?topic=8056.msg84750#msg84750

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/core/shooting.c

    r1867 r1868  
    725725    if (shooting_get_prop(PROPCASE_AF_LOCK)) 
    726726        return 1; 
     727#elif CAM_HAS_VIDEO_BUTTON 
     728        return shooting_get_common_focus_mode(); 
    727729#endif 
    728730    return (shooting_get_common_focus_mode() || MODE_IS_VIDEO(m)); 
Note: See TracChangeset for help on using the changeset viewer.