Ignore:
Timestamp:
16 Nov 2013, 04:03:11 (11 years ago)
Author:
seregin
Message:

fix setting layerId and refLayerId for upsampling

File:
1 edited

Legend:

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

    r485 r489  
    21002100#if REPN_FORMAT_IN_VPS
    21012101#if O0194_DIFFERENT_BITDEPTH_EL_BL
    2102     g_bitDepthYLayer[rpcSlice->getLayerId()]     = rpcSlice->getBitDepthY();
    2103     g_bitDepthCLayer[rpcSlice->getLayerId()]     = rpcSlice->getBitDepthC();
     2102    g_bitDepthYLayer[rpcSlice->getLayerId()] = rpcSlice->getBitDepthY();
     2103    g_bitDepthCLayer[rpcSlice->getLayerId()] = rpcSlice->getBitDepthC();
    21042104#endif
    21052105    assert( rpcSlice->getSliceQp() >= -rpcSlice->getQpBDOffsetY() );
Note: See TracChangeset for help on using the changeset viewer.