Changeset 476 in SHVCSoftware for branches/SHM-4.0-dev/source/Lib


Ignore:
Timestamp:
15 Nov 2013, 18:54:04 (11 years ago)
Author:
seregin
Message:

fix compile warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-4.0-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp

    r475 r476  
    24412441  SliceType       eSliceType  = pcSlice->getSliceType();
    24422442  Int             iNbRef       = (eSliceType == B_SLICE ) ? (2) : (1);
     2443#if SVC_EXTENSION
     2444  UInt            uiLog2WeightDenomLuma = 0, uiLog2WeightDenomChroma = 0;
     2445#else
    24432446  UInt            uiLog2WeightDenomLuma, uiLog2WeightDenomChroma;
     2447#endif
    24442448  UInt            uiTotalSignalledWeightFlags = 0;
    24452449
Note: See TracChangeset for help on using the changeset viewer.