Changeset 56 in 3DVCSoftware for trunk/source/App/TAppExtractor/extrmain.cpp
- Timestamp:
- 11 May 2012, 21:20:17 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/App/TAppExtractor/extrmain.cpp
r42 r56 39 39 #include <stdio.h> 40 40 #include <time.h> 41 #include "../../Lib/TLibCommon/CommonDef.h"42 41 #include "TAppExtrTop.h" 43 42 … … 52 51 // print information 53 52 fprintf( stdout, "\n" ); 54 fprintf( stdout, " HM %s based Multiview Video plus Depth Coder: ExtractorVersion [%s]", HM_VERSION, NV_VERSION );53 fprintf( stdout, "3D-HTM Software: Extractor Version [%s] based on HM Version [%s]", HM_VERSION, NV_VERSION ); 55 54 fprintf( stdout, NVM_ONOS ); 56 55 fprintf( stdout, NVM_COMPILEDBY ); … … 63 62 return EXIT_FAILURE; 64 63 } 65 66 // create application extractor class67 cTAppExtrTop.create();68 64 69 65 // starting time … … 78 74 printf("\n Total Time: %12.3f sec.\n", dResult); 79 75 80 // destroy application extractor class81 cTAppExtrTop.destroy();82 83 76 return EXIT_SUCCESS; 84 77 }
Note: See TracChangeset for help on using the changeset viewer.