Ignore:
Timestamp:
12 Nov 2014, 08:09:17 (10 years ago)
Author:
seregin
Message:

initial porting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-upgrade/source/Lib/TLibDecoder/NALread.h

    r595 r916  
    3939#pragma once
    4040
     41#ifndef __NALREAD__
     42#define __NALREAD__
     43
    4144#include "TLibCommon/TypeDef.h"
    4245#include "TLibCommon/TComBitStream.h"
     
    5861};
    5962
    60 void read(InputNALUnit& nalu, std::vector<uint8_t>& nalUnitBuf);
     63Void read(InputNALUnit& nalu, std::vector<uint8_t>& nalUnitBuf);
    6164
    6265//! \}
     66
     67#endif
Note: See TracChangeset for help on using the changeset viewer.