Changeset 1200 in 3DVCSoftware for branches/HTM-14.1-update-dev0/source/Lib/TLibExtractor
- Timestamp:
- 4 May 2015, 18:38:08 (10 years ago)
- Location:
- branches/HTM-14.1-update-dev0/source/Lib/TLibExtractor
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-14.1-update-dev0/source/Lib/TLibExtractor/TExtrTop.cpp
r1179 r1200 37 37 38 38 #include "TExtrTop.h" 39 #if H_MV39 #if NH_MV 40 40 TExtrTop::TExtrTop() 41 41 { … … 56 56 { 57 57 //extraction now has to be done using layer_id 58 UInt uiLayerId = nalu.m_ layerId;58 UInt uiLayerId = nalu.m_nuhLayerId; 59 59 60 60 61 61 // Initialize entropy decoder 62 62 m_cEntropyDecoder.setEntropyDecoder( &m_cCavlcDecoder ); 63 m_cEntropyDecoder.setBitstream ( nalu.m_Bitstream ); 63 64 TComInputBitstream inpBs = nalu.getBitstream(); 65 m_cEntropyDecoder.setBitstream ( &inpBs ); 64 66 65 67 if ( nalu.m_nalUnitType == NAL_UNIT_VPS ) -
branches/HTM-14.1-update-dev0/source/Lib/TLibExtractor/TExtrTop.h
r1179 r1200 46 46 #include <set> 47 47 48 #if H_MV48 #if NH_MV 49 49 // ==================================================================================================================== 50 50 // Class definition
Note: See TracChangeset for help on using the changeset viewer.