Ignore:
Timestamp:
13 Aug 2015, 17:38:13 (9 years ago)
Author:
tech
Message:

Merged 14.1-update-dev1@1312.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/App/utils/BitrateTargeting/GuessLambdaModifiersMain.cpp

    r872 r1313  
    22 * License, included below. This software may be subject to other third party
    33 * and contributor rights, including patent rights, and no such rights are
    4  * granted under this license. 
     4 * granted under this license.
    55 *
    6  * Copyright (c) 2010-2014, ITU/ISO/IEC
     6 * Copyright (c) 2010-2015, ITU/ISO/IEC
    77 * All rights reserved.
    88 *
     
    4949  try
    5050  {
    51     if( argc != 3 ) throw WrongNumberOfArgumentsException( );
    52    
     51    if( argc != 3 )
     52    {
     53      throw WrongNumberOfArgumentsException( );
     54    }
     55
    5356    std::string initialAdjustmentParameterString( ppArgv[ 1 ] );
    5457    std::istringstream initialAdjustmentParameterIstream( initialAdjustmentParameterString );
    55    
     58
    5659    std::string targetBitratesString( ppArgv[ 2 ] );
    5760    std::istringstream targetBitratesIstream( targetBitratesString );
    58    
     61
    5962    guessLambdaModifiers( std::cout, initialAdjustmentParameterIstream, targetBitratesIstream, std::cin );
    6063    return 0;
    61  
     64
    6265  }
    6366  catch( std::exception& e )
Note: See TracChangeset for help on using the changeset viewer.