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/ExtractBitrates.h

    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 *
     
    3232 */
    3333
    34 #ifndef EXTRACT_BITRATES_H
    35 #define EXTRACT_BITRATES_H
     34#ifndef __EXTRACTBITRATES__
     35#define __EXTRACTBITRATES__
    3636
    3737#include "RuntimeError.h"
     
    4444    POCParseException( const std::string& pocLine ): m_pocLine( pocLine ) { }
    4545    virtual ~POCParseException( ) throw ( ) { }
    46  
     46
    4747  protected:
    4848    void outputWhat( std::ostream& o ) const { o << "POC parse exception: " << m_pocLine; }
    49  
     49
    5050  private:
    5151    std::string m_pocLine;
     
    5757  public:
    5858    virtual ~NonContiguousQPSetException( ) throw( ) { }
    59  
     59
    6060  protected:
    6161    void outputWhat( std::ostream& o ) const { o << "Non-contiguous QP set exception"; }
Note: See TracChangeset for help on using the changeset viewer.