Changeset 871 in 3DVCSoftware
- Timestamp:
- 25 Mar 2014, 17:41:09 (11 years ago)
- Location:
- branches/HTM-10.0-dev0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-10.0-dev0/build/vc10/TLibCommon_vc10.vcxproj
r870 r871 205 205 <ClInclude Include="..\..\source\Lib\TLibCommon\TypeDef.h" /> 206 206 </ItemGroup> 207 <ItemGroup>208 <None Include="ClassDiagram1.cd" />209 </ItemGroup>210 207 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 211 208 <ImportGroup Label="ExtensionTargets"> -
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.