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


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/TLibDecoder/TDecTop.cpp

    r1529 r1530  
    16741674
    16751675        // conformance check: the values of RefLayerRegionWidthInSamplesY, RefLayerRegionHeightInSamplesY, ScaledRefRegionWidthInSamplesY and ScaledRefRegionHeightInSamplesY shall be greater than 0
    1676         assert(widthEL > 0 && heightEL > 0 && widthBL > 0 && widthBL > 0);
     1676        assert(widthEL > 0 && heightEL > 0 && widthBL > 0 && heightBL > 0);
    16771677
    16781678        // 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.