Changeset 1472 in SHVCSoftware for branches/SHM-dev/source/Lib


Ignore:
Timestamp:
14 Sep 2015, 19:46:40 (9 years ago)
Author:
seregin
Message:

fix writing bitdepth

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/Lib/TLibCommon/TComSlice.cpp

    r1464 r1472  
    34773477const BitDepths& TComVPS::getBitDepths( const TComSPS* sps, const UInt layerId ) const
    34783478{
    3479   static const BitDepths bitDepths( getBitDepth(CHANNEL_TYPE_LUMA, sps, layerId), getBitDepth(CHANNEL_TYPE_CHROMA, sps, layerId) );
     3479  static BitDepths bitDepths;
     3480  bitDepths.recon[CHANNEL_TYPE_LUMA]   = getBitDepth(CHANNEL_TYPE_LUMA, sps, layerId);
     3481  bitDepths.recon[CHANNEL_TYPE_CHROMA] = getBitDepth(CHANNEL_TYPE_CHROMA, sps, layerId);
    34803482  return bitDepths;
    34813483}
Note: See TracChangeset for help on using the changeset viewer.