Changeset 622 in 3DVCSoftware for trunk/source/Lib/TLibDecoder/TDecCAVLC.h
- Timestamp:
- 11 Sep 2013, 14:40:25 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/Lib/TLibDecoder/TDecCAVLC.h
r608 r622 76 76 Void parseQtRootCbf ( UInt uiAbsPartIdx, UInt& uiQtRootCbf ); 77 77 Void parseVPS ( TComVPS* pcVPS ); 78 #if H_MV5 79 #if H_MV 80 Void parseVPSExtension ( TComVPS* pcVPS ); 81 Void parseRepFormat ( TComRepFormat* pcRepFormat ); 82 Void parseVPSVUI ( TComVPS* pcVPS ); 83 #endif 84 85 #if H_MV 86 Void parseSPSExtension ( TComSPS* pcSPS ); 87 #endif 88 #endif 78 89 #if H_3D 90 #if H_MV5 91 Void parseVPSExtension2 ( TComVPS* pcVPS ); 92 Void parseSPSExtension2 ( TComSPS* pcSPS, Int viewIndex, Bool depthFlag ); 93 #endif 79 94 Void parseSPS ( TComSPS* pcSPS, Int viewIndex, Bool depthFlag ); 80 95 #else
Note: See TracChangeset for help on using the changeset viewer.