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


Ignore:
Timestamp:
6 Jun 2014, 19:58:45 (12 years ago)
Author:
seregin
Message:

remove VPS_VUI

Location:
branches/SHM-6-dev/source/Lib/TLibDecoder
Files:
2 edited

Legend:

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

    r792 r793  
    17851785#endif
    17861786  {
    1787 #if VPS_VUI
    17881787    while ( m_pcBitstream->getNumBitsRead() % 8 != 0 )
    17891788    {
     
    17911790    }
    17921791    parseVPSVUI(vps);
    1793 #endif
    17941792  }
    17951793  else
     
    20952093}
    20962094#endif
    2097 #if VPS_VUI
     2095
    20982096Void TDecCavlc::parseVPSVUI(TComVPS *vps)
    20992097{
     
    24422440#endif
    24432441}
    2444 #endif
    24452442#endif //SVC_EXTENSION
    24462443
  • branches/SHM-6-dev/source/Lib/TLibDecoder/TDecCAVLC.h

    r792 r793  
    7878  Void  parseVPSExtension   ( TComVPS* pcVPS );
    7979  Void  defaultVPSExtension ( TComVPS* pcVPS );
    80 
    81 #if VPS_VUI
    82   Void  parseVPSVUI   ( TComVPS* pcVPS );
    83   Void  defaultVPSVUI ( TComVPS* pcVPS );
    84 #endif
     80  Void  parseVPSVUI         ( TComVPS* pcVPS );
     81  Void  defaultVPSVUI       ( TComVPS* pcVPS );
    8582#if REPN_FORMAT_IN_VPS
    8683  Void  parseRepFormat      ( RepFormat *repFormat, RepFormat *repFormatPrev );
Note: See TracChangeset for help on using the changeset viewer.