Changeset 56 in 3DVCSoftware for trunk/source/Lib/TLibEncoder/SEIwrite.h


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/Lib/TLibEncoder/SEIwrite.h

    r5 r56  
    44 * granted under this license.
    55 *
    6  * Copyright (c) 2010-2011, ISO/IEC
     6 * Copyright (c) 2010-2012, ITU/ISO/IEC
    77 * All rights reserved.
    88 *
     
    1515 *    this list of conditions and the following disclaimer in the documentation
    1616 *    and/or other materials provided with the distribution.
    17  *  * Neither the name of the ISO/IEC nor the names of its contributors may
     17 *  * Neither the name of the ITU/ISO/IEC nor the names of its contributors may
    1818 *    be used to endorse or promote products derived from this software without
    1919 *    specific prior written permission.
     
    3232 */
    3333
    34 
    35 
    3634#pragma once
    3735
     
    3937class SEI;
    4038
     39//! \ingroup TLibEncoder
     40//! \{
     41
    4142void writeSEImessage(TComBitIf& bs, const SEI& sei);
     43
     44//! \}
Note: See TracChangeset for help on using the changeset viewer.