Ignore:
Timestamp:
12 Apr 2018, 11:12:21 (7 years ago)
Author:
tech
Message:
  • Update HM-16.18
  • Cleanups
  • Encoder Extension

-- Representation formats
-- Parameter set sharing
-- GOP configuration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-16.2-dev/source/App/TAppEncoder/encmain.cpp

    r1405 r1412  
    44 * granted under this license.
    55 *
    6  * Copyright (c) 2010-2016, ITU/ISO/IEC
     6 * Copyright (c) 2010-2017, ITU/ISO/IEC
    77 * All rights reserved.
    88 *
     
    5757  fprintf( stdout, "\n" );
    5858#if NH_MV
    59   fprintf( stdout, "3D-HTM Software: Encoder Version [%s] based on HM Version [%s]", NV_VERSION, HM_VERSION ); 
     59#if NH_3D
     60  const char* hevcExt = "3D";
     61#else
     62  const char* hevcExt = "MV";
     63#endif
     64  fprintf( stdout, "HTM Software: Encoder Version [%s][%s] based on HM Version [%s]", NV_VERSION, hevcExt , HM_VERSION); 
    6065#else
    6166  fprintf( stdout, "HM software: Encoder Version [%s] (including RExt)", NV_VERSION );
     
    6570  fprintf( stdout, NVM_BITS );
    6671  fprintf( stdout, "\n\n" );
    67 
     72#if NH_MV
     73  fprintf( stdout, "Use the HEVC_EXT define to select between MV- and 3D-HEVC. \n\n" ); 
     74#endif
    6875  // create application encoder class
    6976  cTAppEncTop.create();
Note: See TracChangeset for help on using the changeset viewer.