Ignore:
Timestamp:
27 Jun 2013, 23:35:48 (11 years ago)
Author:
tech
Message:

Fix alt_collocated_ref_idx parsing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-DEV-0.3-dev0/source/Lib/TLibEncoder/TEncCavlc.cpp

    r500 r503  
    11961196      {
    11971197        WRITE_FLAG( pcSlice->getAltCollocatedIndicationFlag( ) ? 1 : 0 , "alt_collocated_indication_flag" );
    1198         if( pcSlice->getAltCollocatedIndicationFlag() && pcSlice->getNumActiveMotionPredRefLayers() > 1 )
    1199         {         
    1200           WRITE_UVLC( pcSlice->getCollocatedRefLayerIdx( ), "collocated_ref_layer_idx" );
    1201         }
    1202       }
     1198      }
     1199      if( pcSlice->getAltCollocatedIndicationFlag() && pcSlice->getNumActiveMotionPredRefLayers() > 1 )
     1200      {         
     1201        WRITE_UVLC( pcSlice->getCollocatedRefLayerIdx( ), "collocated_ref_layer_idx" );
     1202      }     
    12031203      else
    12041204      {
Note: See TracChangeset for help on using the changeset viewer.