Changeset 738 in 3DVCSoftware for trunk/source/Lib/TLibDecoder/TDecCAVLC.h
- Timestamp:
- 10 Dec 2013, 13:50:12 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/Lib/TLibDecoder/TDecCAVLC.h
r655 r738 78 78 #if H_MV 79 79 Void parseVPSExtension ( TComVPS* pcVPS ); 80 #if H_MV_6_PS_REP_FORM_18_19_20 81 Void parseRepFormat ( Int i, TComRepFormat* curRepFormat, TComRepFormat* prevRepFormat ); 82 #else 80 83 Void parseRepFormat ( TComRepFormat* pcRepFormat ); 84 #endif 81 85 Void parseVPSVUI ( TComVPS* pcVPS ); 86 #if H_MV_6_PS_O0118_33 87 Void parseVideoSignalInfo ( TComVideoSignalInfo* pcVideoSignalInfo ); 88 #endif 89 #if H_MV_6_HRD_O0217_13 90 Void parseDpbSize ( TComVPS* pcVPS ); 91 #endif 92 #if H_MV_6_HRD_O0164_15 93 Void parseVpsVuiBspHrdParameters( TComVPS* pcVPS ); 94 #endif 82 95 #endif 83 96
Note: See TracChangeset for help on using the changeset viewer.