Ignore:
Timestamp:
25 Mar 2014, 17:20:55 (10 years ago)
Author:
tech
Message:

Minor fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-10.0-dev0/source/Lib/TLibDecoder/TDecCAVLC.cpp

    r867 r869  
    14801480      {
    14811481#if H_MV_HLS_7_VPS_P0306_22
    1482         Int numBits = 1;
    1483         while ((1 << numBits) < (pcVPS->getVpsNumRepFormatsMinus1() + 1))
    1484         {
    1485           numBits++;
    1486         }
    1487         READ_CODE( numBits, uiCode, "vps_rep_format_idx[i]" ); pcVPS->setVpsRepFormatIdx( i, uiCode );
     1482        READ_CODE( pcVPS->getVpsRepFormatIdxLen(), uiCode, "vps_rep_format_idx[i]" ); pcVPS->setVpsRepFormatIdx( i, uiCode );
    14881483#else
    14891484        READ_CODE( 8, uiCode, "vps_rep_format_idx" ); pcVPS->setVpsRepFormatIdx( i, uiCode );
Note: See TracChangeset for help on using the changeset viewer.