Ignore:
Timestamp:
13 Jan 2014, 00:44:19 (11 years ago)
Author:
tech
Message:

Further fixes.

File:
1 edited

Legend:

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

    r767 r768  
    495495  }
    496496  WRITE_FLAG(pcVUI->getVideoSignalTypePresentFlag(),            "video_signal_type_present_flag");
     497#if H_MV
    497498  assert( pcSPS->getLayerId() == 0 || !pcVUI->getVideoSignalTypePresentFlag() );
     499#endif
    498500  if (pcVUI->getVideoSignalTypePresentFlag())
    499501  {
     
    16571659    // if( separate_colour_plane_flag  ==  1 )
    16581660    //   colour_plane_id                                      u(2)
    1659 
     1661#if H_MV
    16601662    if ( (pcSlice->getLayerId() > 0 && !vps->getPocLsbNotPresentFlag( pcSlice->getLayerIdInVps())) || !pcSlice->getIdrPicFlag() )
    16611663    {
     
    16631665      WRITE_CODE( picOrderCntLSB, pcSlice->getSPS()->getBitsForPOC(), "slice_pic_order_cnt_lsb");
    16641666    }
     1667#endif
    16651668    if( !pcSlice->getIdrPicFlag() )
    16661669    {
Note: See TracChangeset for help on using the changeset viewer.