Changeset 476 in SHVCSoftware for branches/SHM-4.0-dev/source/Lib
- Timestamp:
- 15 Nov 2013, 18:54:04 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-4.0-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r475 r476 2441 2441 SliceType eSliceType = pcSlice->getSliceType(); 2442 2442 Int iNbRef = (eSliceType == B_SLICE ) ? (2) : (1); 2443 #if SVC_EXTENSION 2444 UInt uiLog2WeightDenomLuma = 0, uiLog2WeightDenomChroma = 0; 2445 #else 2443 2446 UInt uiLog2WeightDenomLuma, uiLog2WeightDenomChroma; 2447 #endif 2444 2448 UInt uiTotalSignalledWeightFlags = 0; 2445 2449
Note: See TracChangeset for help on using the changeset viewer.