Ignore:
Timestamp:
4 May 2015, 18:38:08 (10 years ago)
Author:
tech
Message:

Update to HM-16.5.
Starting point for further re-activation of 3D-tools.

Includes:

active:

  • MV-HEVC
  • 3D-HLS (apart from DLT)
  • VSO

inactive:

  • remaining 3D-HEVC tools.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-14.1-update-dev0/source/Lib/TLibCommon/AccessUnit.h

    r1179 r1200  
    44 * granted under this license.
    55 *
    6 * Copyright (c) 2010-2015, ITU/ISO/IEC
     6 * Copyright (c) 2010-2015, ITU/ISO/IEC
    77 * All rights reserved.
    88 *
     
    3232 */
    3333
    34 /** 
     34/**
    3535 \file     AccessUnit.h
    3636 \brief    Access Unit class (header)
     
    3838
    3939#pragma once
     40
     41#ifndef __ACCESSUNIT__
     42#define __ACCESSUNIT__
    4043
    4144#include <list>
     
    5760 * AccessUnit will delete all contained objects.
    5861 */
    59 class AccessUnit : public std::list<NALUnitEBSP*>
     62class AccessUnit : public std::list<NALUnitEBSP*> // NOTE: Should not inherit from STL.
    6063{
    6164public:
     
    7073
    7174//! \}
     75
     76#endif
Note: See TracChangeset for help on using the changeset viewer.