Changeset 1416 in SHVCSoftware for branches/SHM-dev/source/App
- Timestamp:
- 4 Aug 2015, 19:32:56 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/App/TAppDecoder/TAppDecTop.cpp
r1378 r1416 1540 1540 Int bitDepth[] = {bitDpeths.recon[CHANNEL_TYPE_LUMA], bitDpeths.recon[CHANNEL_TYPE_CHROMA]}; 1541 1541 1542 m_confReconFile[layerId].open(tempFileName, true, m_outputBitDepth, m_outputBitDepth, bitDepth ); // write mode1542 m_confReconFile[layerId].open(tempFileName, true, bitDepth, bitDepth, bitDepth ); // write mode 1543 1543 this->setDecodedYuvLayerRefresh( layerId, false ); 1544 1544 } … … 1563 1563 conf.getWindowRightOffset() * xScal + defDisp.getWindowRightOffset(), 1564 1564 conf.getWindowTopOffset() * yScal + defDisp.getWindowTopOffset(), 1565 conf.getWindowBottomOffset()* yScal + defDisp.getWindowBottomOffset() ); 1565 conf.getWindowBottomOffset()* yScal + defDisp.getWindowBottomOffset(), 1566 NUM_CHROMA_FORMAT, m_bClipOutputVideoToRec709Range ); 1567 1566 1568 layerBuffer->erase(itPic); 1567 1569 itPic = layerBuffer->begin(); // Ensure doesn't go to infinite loop
Note: See TracChangeset for help on using the changeset viewer.