Changeset 365 in 3DVCSoftware for branches/HTM-DEV-0.1-dev/source/App/TAppDecoder/TAppDecTop.cpp
- Timestamp:
- 3 May 2013, 16:46:10 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-DEV-0.1-dev/source/App/TAppDecoder/TAppDecTop.cpp
r364 r365 156 156 Bool bPreviousPictureDecoded = false; 157 157 #endif 158 158 159 vector<uint8_t> nalUnit; 159 160 InputNALUnit nalu; … … 272 273 } 273 274 #endif 275 274 276 if( pcListPic ) 275 277 { … … 282 284 if (!m_outputBitDepthY) { m_outputBitDepthY = g_bitDepthY; } 283 285 if (!m_outputBitDepthC) { m_outputBitDepthC = g_bitDepthC; } 286 284 287 #if H_MV 285 288 m_tVideoIOYuvReconFile[decIdxLastPic]->open( m_pchReconFiles[decIdxLastPic], true, m_outputBitDepthY, m_outputBitDepthC, g_bitDepthY, g_bitDepthC ); // write mode
Note: See TracChangeset for help on using the changeset viewer.