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


Ignore:
Timestamp:
13 Feb 2014, 19:15:38 (12 years ago)
Author:
sharp
Message:

Fix for ticket #15 and for loop index

File:
1 edited

Legend:

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

    r614 r615  
    897897    if (vps->getMaxTSLayersPresentFlag())
    898898    {
    899         for( i = 0; i < vps->getMaxLayers() - 1; i++)
     899        for( i = 0; i < vps->getMaxLayers(); i++)
    900900        {
    901901            WRITE_CODE(vps->getMaxTSLayersMinus1(i), 3, "sub_layers_vps_max_minus1[i]" );
Note: See TracChangeset for help on using the changeset viewer.