Changeset 793 in SHVCSoftware for branches/SHM-6-dev/source/Lib/TLibDecoder
- Timestamp:
- 6 Jun 2014, 19:58:45 (12 years ago)
- Location:
- branches/SHM-6-dev/source/Lib/TLibDecoder
- Files:
-
- 2 edited
-
TDecCAVLC.cpp (modified) (4 diffs)
-
TDecCAVLC.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-6-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r792 r793 1785 1785 #endif 1786 1786 { 1787 #if VPS_VUI1788 1787 while ( m_pcBitstream->getNumBitsRead() % 8 != 0 ) 1789 1788 { … … 1791 1790 } 1792 1791 parseVPSVUI(vps); 1793 #endif1794 1792 } 1795 1793 else … … 2095 2093 } 2096 2094 #endif 2097 #if VPS_VUI 2095 2098 2096 Void TDecCavlc::parseVPSVUI(TComVPS *vps) 2099 2097 { … … 2442 2440 #endif 2443 2441 } 2444 #endif2445 2442 #endif //SVC_EXTENSION 2446 2443 -
branches/SHM-6-dev/source/Lib/TLibDecoder/TDecCAVLC.h
r792 r793 78 78 Void parseVPSExtension ( TComVPS* pcVPS ); 79 79 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 ); 85 82 #if REPN_FORMAT_IN_VPS 86 83 Void parseRepFormat ( RepFormat *repFormat, RepFormat *repFormatPrev );
Note: See TracChangeset for help on using the changeset viewer.