Changeset 749 in SHVCSoftware for branches


Ignore:
Timestamp:
25 Apr 2014, 23:18:27 (11 years ago)
Author:
qualcomm
Message:

Bug fix for AVC base layer reading when the bit-depth is larger than 8.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-6-dev/source/Lib/TLibDecoder/TDecTop.cpp

    r748 r749  
    13221322
    13231323        UInt64 uiPos = (UInt64) m_apcSlicePilot->getPOC() * uiWidth * uiHeight * 3 / 2;
     1324        if( is16bit )
     1325        {
     1326            uiPos <<= 1;
     1327        }
    13241328
    13251329        pFile->seekg((UInt)uiPos, ios::beg );
Note: See TracChangeset for help on using the changeset viewer.