Changeset 581 in SHVCSoftware for branches/SHM-5.0-dev/source
- Timestamp:
- 31 Jan 2014, 19:18:01 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-5.0-dev/source/Lib/TLibEncoder/TEncCavlc.cpp
r579 r581 960 960 #else 961 961 Int numOutputLayerSets = vps->getNumOutputLayerSets() ; 962 assert( numOutputLayerSets - vps->getNumLayerSets() >= 0 );962 assert( numOutputLayerSets - (Int)vps->getNumLayerSets() >= 0 ); 963 963 WRITE_UVLC( numOutputLayerSets - vps->getNumLayerSets(), "num_add_output_layer_sets" ); 964 964 #endif
Note: See TracChangeset for help on using the changeset viewer.