Changeset 1521


Ignore:
Timestamp:
12/31/11 06:03:46 (17 months ago)
Author:
tsv
Message:

reyalp-flt: Fix broken by 1516 shooting process (shutdown if shoot with turned off dng)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/reyalp-flt/core/raw.c

    r1516 r1521  
    6363#if DNG_SUPPORT 
    6464    // count/save badpixels if requested 
    65     if( libdng->raw_init_badpixel_bin &&  
     65    if( libdng && 
     66                libdng->raw_init_badpixel_bin &&  
    6667                libdng->raw_init_badpixel_bin()) { 
    6768        return 0; 
     
    147148            if (conf.dng_raw) 
    148149            { 
    149                                 if ( module_dng_load(LIBDNG_OWNED_BY_RAW) ) { 
     150                                if ( module_dng_load(LIBDNG_OWNED_BY_RAW) ) 
    150151                                        libdng->write_dng(fd, rawadr, altrawadr, CAM_UNCACHED_BIT ); 
    151 } 
    152152            } 
    153153            else  
Note: See TracChangeset for help on using the changeset viewer.