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


Ignore:
Timestamp:
5 Dec 2013, 15:23:55 (11 years ago)
Author:
nokia
Message:

Add alt_output_layer_flag (JCTVC-O0153)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-4.1-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp

    r511 r512  
    12521252  }
    12531253
     1254#if O0153_ALT_OUTPUT_LAYER_FLAG
     1255  if( vps->getMaxLayers() > 1 )
     1256  {
     1257    READ_FLAG( uiCode, "alt_output_layer_flag");
     1258    vps->setAltOuputLayerFlag( uiCode ? true : false );
     1259  }
     1260#endif
     1261
    12541262#if REPN_FORMAT_IN_VPS
    12551263  READ_FLAG( uiCode, "rep_format_idx_present_flag");
Note: See TracChangeset for help on using the changeset viewer.