Changeset 581 in SHVCSoftware for branches/SHM-5.0-dev/source


Ignore:
Timestamp:
31 Jan 2014, 19:18:01 (11 years ago)
Author:
seregin
Message:

address compiler warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-5.0-dev/source/Lib/TLibEncoder/TEncCavlc.cpp

    r579 r581  
    960960#else
    961961  Int numOutputLayerSets = vps->getNumOutputLayerSets() ;
    962   assert( numOutputLayerSets - vps->getNumLayerSets() >= 0 );
     962  assert( numOutputLayerSets - (Int)vps->getNumLayerSets() >= 0 );
    963963  WRITE_UVLC( numOutputLayerSets - vps->getNumLayerSets(), "num_add_output_layer_sets" );
    964964#endif
Note: See TracChangeset for help on using the changeset viewer.