Changeset 792 in SHVCSoftware for branches/SHM-6-dev/source/Lib/TLibDecoder
- Timestamp:
- 6 Jun 2014, 19:53:43 (12 years ago)
- Location:
- branches/SHM-6-dev/source/Lib/TLibDecoder
- Files:
-
- 2 edited
-
TDecCAVLC.cpp (modified) (3 diffs)
-
TDecCAVLC.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-6-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r791 r792 1016 1016 } 1017 1017 1018 #if VPS_EXTNS1018 #if SVC_EXTENSION 1019 1019 READ_FLAG( uiCode, "vps_extension_flag" ); pcVPS->setVpsExtensionFlag( uiCode ? true : false ); 1020 1020 … … 1061 1061 1062 1062 #if SVC_EXTENSION 1063 #if VPS_EXTNS1064 1063 Void TDecCavlc::parseVPSExtension(TComVPS *vps) 1065 1064 { … … 1901 1900 #endif 1902 1901 } 1903 #endif1904 1902 1905 1903 #if REPN_FORMAT_IN_VPS -
branches/SHM-6-dev/source/Lib/TLibDecoder/TDecCAVLC.h
r677 r792 76 76 Void parseVPS ( TComVPS* pcVPS ); 77 77 #if SPS_EXTENSION 78 #if VPS_EXTNS79 78 Void parseVPSExtension ( TComVPS* pcVPS ); 80 79 Void defaultVPSExtension ( TComVPS* pcVPS ); 81 #endif82 80 83 81 #if VPS_VUI
Note: See TracChangeset for help on using the changeset viewer.