Changeset 1564 in SHVCSoftware


Ignore:
Timestamp:
20 Jun 2016, 17:34:53 (8 years ago)
Author:
seregin
Message:

port rev 4740

File:
1 edited

Legend:

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

    r1563 r1564  
    10651065# if U0132_TARGET_BITS_SATURATION
    10661066  Int cpbSize          = getCpbSize();
    1067 
     1067  assert (cpbSize!=0);  // CPB size may not be equal to zero. ToDo: have a better default and check for level constraints
    10681068  if( !getVuiParametersPresentFlag() && !getCpbSaturationEnabled() )
    10691069#else
Note: See TracChangeset for help on using the changeset viewer.