Changeset 56 in 3DVCSoftware for trunk/source/App/TAppExtractor/extrmain.cpp


Ignore:
Timestamp:
11 May 2012, 21:20:17 (13 years ago)
Author:
hschwarz
Message:

updated trunk (move to HM6.1)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/App/TAppExtractor/extrmain.cpp

    r42 r56  
    3939#include <stdio.h>
    4040#include <time.h>
    41 #include "../../Lib/TLibCommon/CommonDef.h"
    4241#include "TAppExtrTop.h"
    4342
     
    5251  // print information
    5352  fprintf( stdout, "\n" );
    54   fprintf( stdout, "HM %s based Multiview Video plus Depth Coder: Extractor Version [%s]", HM_VERSION, NV_VERSION );
     53  fprintf( stdout, "3D-HTM Software: Extractor Version [%s] based on HM Version [%s]", HM_VERSION, NV_VERSION );
    5554  fprintf( stdout, NVM_ONOS );
    5655  fprintf( stdout, NVM_COMPILEDBY );
     
    6362    return EXIT_FAILURE;
    6463  }
    65 
    66   // create application extractor class
    67   cTAppExtrTop.create();
    6864
    6965  // starting time
     
    7874  printf("\n Total Time: %12.3f sec.\n", dResult);
    7975
    80   // destroy application extractor class
    81   cTAppExtrTop.destroy();
    82 
    8376  return EXIT_SUCCESS;
    8477}
Note: See TracChangeset for help on using the changeset viewer.