Changeset 1530 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibEncoder


Ignore:
Timestamp:
16 Mar 2016, 17:43:35 (9 years ago)
Author:
seregin
Message:

fix the assert, ticket #101

File:
1 edited

Legend:

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

    r1529 r1530  
    16251625
    16261626        // conformance check: the values of RefLayerRegionWidthInSamplesY, RefLayerRegionHeightInSamplesY, ScaledRefRegionWidthInSamplesY and ScaledRefRegionHeightInSamplesY shall be greater than 0
    1627         assert(widthEL > 0 && heightEL > 0 && widthBL > 0 && widthBL > 0);
     1627        assert(widthEL > 0 && heightEL > 0 && widthBL > 0 && heightBL > 0);
    16281628
    16291629        // conformance check: ScaledRefRegionWidthInSamplesY shall be greater or equal to RefLayerRegionWidthInSamplesY and ScaledRefRegionHeightInSamplesY shall be greater or equal to RefLayerRegionHeightInSamplesY
Note: See TracChangeset for help on using the changeset viewer.