Changeset 871 in 3DVCSoftware for branches/HTM-10.0-dev0/source
- Timestamp:
- 25 Mar 2014, 17:41:09 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-10.0-dev0/source/Lib/TLibEncoder/TEncCavlc.cpp
r869 r871 2294 2294 if( pcSlice->getPocMsbValPresentFlag() ) 2295 2295 { 2296 Int iMaxPOClsb = 1<< pcSlice->getSPS()->getBitsForPOC(); 2296 // Int iMaxPOClsb = 1<< pcSlice->getSPS()->getBitsForPOC(); currently unused 2297 2297 2298 2298 UInt lengthVal = 1;
Note: See TracChangeset for help on using the changeset viewer.