Changeset 1579 in SHVCSoftware


Ignore:
Timestamp:
21 Jun 2016, 00:48:15 (8 years ago)
Author:
seregin
Message:

disable syntax memory release since a picture can be used as a base layer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/Lib/TLibEncoder/TEncGOP.cpp

    r1574 r1579  
    28582858    }
    28592859#if REDUCED_ENCODER_MEMORY
    2860 
     2860#if !SVC_EXTENSION // syntax data is needed when picture is used as a base layer
    28612861    pcPic->releaseReconstructionIntermediateData();
    28622862    if (!isField) // don't release the source data for field-coding because the fields are dealt with in pairs. // TODO: release source data for interlace simulations.
     
    28642864      pcPic->releaseEncoderSourceImageData();
    28652865    }
    2866 
     2866#endif
    28672867#endif
    28682868  } // iGOPid-loop
Note: See TracChangeset for help on using the changeset viewer.