Changeset 58 in 3DVCSoftware for trunk/source/Lib


Ignore:
Timestamp:
14 May 2012, 20:52:00 (12 years ago)
Author:
hschwarz
Message:

updated configuration files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/Lib/TLibEncoder/TEncSbac.cpp

    r56 r58  
    746746    if( bUseMVI )
    747747    {
    748       uiUnaryIdx = HHI_MPI_MERGE_POS;
    749     }
    750     else if( uiUnaryIdx >= HHI_MPI_MERGE_POS )
     748      uiUnaryIdx = (UInt)HHI_MPI_MERGE_POS;
     749    }
     750    else if( (Int)uiUnaryIdx >= (Int)HHI_MPI_MERGE_POS )
    751751    {
    752752      uiUnaryIdx++;
Note: See TracChangeset for help on using the changeset viewer.