Changeset 1579 in SHVCSoftware
- Timestamp:
- 21 Jun 2016, 00:48:15 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibEncoder/TEncGOP.cpp
r1574 r1579 2858 2858 } 2859 2859 #if REDUCED_ENCODER_MEMORY 2860 2860 #if !SVC_EXTENSION // syntax data is needed when picture is used as a base layer 2861 2861 pcPic->releaseReconstructionIntermediateData(); 2862 2862 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. … … 2864 2864 pcPic->releaseEncoderSourceImageData(); 2865 2865 } 2866 2866 #endif 2867 2867 #endif 2868 2868 } // iGOPid-loop
Note: See TracChangeset for help on using the changeset viewer.