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/ExtractBitratesMain.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 *
     
    4444  assert( 2 == toFind.size( ) );
    4545  assert( 'e' == toFind[ 0 ] );
    46  
     46
    4747  std::string::size_type pos( out.find( toFind ) );
    4848  assert( pos != std::string::npos );
     
    5757  oss << std::scientific << right;
    5858  std::string s( oss.str( ) );
    59  
     59
    6060  replaceWithE( s, "e+" );
    6161  replaceWithE( s, "e0" );
    62  
     62
    6363  left << s;
    6464}
     
    6969  {
    7070    std::vector< double > result( extractBitratesForTemporalLayers( std::cin ) );  // Extract the bitrate vector
    71    
     71
    7272    // Output the bitrate vector
    7373    if( 0 < result.size( ) )
     
    8989      }
    9090    }
    91    
     91
    9292    return 0;
    9393  }
Note: See TracChangeset for help on using the changeset viewer.