Changeset 1313 in 3DVCSoftware for trunk/source/App/TAppExtractor
- Timestamp:
- 13 Aug 2015, 17:38:13 (10 years ago)
- Location:
- trunk/source/App/TAppExtractor
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/App/TAppExtractor/TAppExtrTop.cpp
r1179 r1313 42 42 #include <assert.h> 43 43 44 #if H_MV44 #if NH_MV 45 45 // ==================================================================================================================== 46 46 // Constructor / destructor / initialization / destroy … … 49 49 TAppExtrTop::TAppExtrTop() 50 50 { 51 // To suppress compiler warnings on potential division by 0. 52 g_uiMaxCUWidth = 1; 53 g_uiMaxCUHeight = 1; 51 54 52 } 55 53 … … 110 108 else 111 109 { 112 read( nalu , nalUnit);110 read( nalu ); 113 111 114 112 // decide whether to extract packet or not -
trunk/source/App/TAppExtractor/TAppExtrTop.h
r1179 r1313 46 46 #include "TAppExtrCfg.h" 47 47 48 #if H_MV48 #if NH_MV 49 49 // ==================================================================================================================== 50 50 // Class definition -
trunk/source/App/TAppExtractor/extrmain.cpp
r1179 r1313 41 41 #include "TAppExtrTop.h" 42 42 43 #if H_MV43 #if NH_MV 44 44 // ==================================================================================================================== 45 45 // Main function … … 82 82 int main(int argc, char* argv[]) 83 83 { 84 std::cout << "Set H_MV equal to 1 in TypeDef.h to build bitstream extractor. " << std::endl;84 std::cout << "Set NH_MV equal to 1 in TypeDef.h to build bitstream extractor. " << std::endl; 85 85 return 1; 86 86 }
Note: See TracChangeset for help on using the changeset viewer.