Changeset 476 in SHVCSoftware for branches


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

fix compile warnings

Location:
branches/SHM-4.0-dev/source
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-4.0-dev/source/App/utils/convert_NtoMbit_YCbCr.cpp

    r313 r476  
    8282
    8383  TComPicYuv frame;
     84#if AUXILIARY_PICTURES
     85frame.create( width, height, CHROMA_420, 1, 1, 0 );
     86#else
    8487  frame.create( width, height, 1, 1, 0 );
     88#endif
    8589
    8690  int pad[2] = {0, 0};
  • 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.