Changeset 1056 in 3DVCSoftware for branches/HTM-12.0-dev1/source
- Timestamp:
- 26 Sep 2014, 19:35:12 (10 years ago)
- Location:
- branches/HTM-12.0-dev1/source
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-12.0-dev1/source/App/TAppEncoder/TAppEncTop.cpp
r1054 r1056 145 145 #endif 146 146 #if H_MV_HLS10_GEN_FIX 147 Bool wasEmpty = true;148 147 if ( m_targetEncLayerIdList.size() == 0 ) 149 148 { -
branches/HTM-12.0-dev1/source/Lib/TLibDecoder/TDecCAVLC.cpp
r1055 r1056 2472 2472 vps->getVpsExtensionFlag(), 2473 2473 #if H_MV_HLS10_MAXNUMPICS 2474 INT_MAX, // To be replaced by MaxDbpSize2474 MAX_INT, // To be replaced by MaxDbpSize 2475 2475 #else 2476 2476 vps->getMaxNumPics( rpcSlice->getLayerId() ), … … 2589 2589 vps->getVpsExtensionFlag(), 2590 2590 #if H_MV_HLS10_MAXNUMPICS 2591 INT_MAX, // To be replaced by MaxDbpsize2591 MAX_INT, // To be replaced by MaxDbpsize 2592 2592 #else 2593 2593 vps->getMaxNumPics( rpcSlice->getLayerId() ),
Note: See TracChangeset for help on using the changeset viewer.