Changeset 916 in SHVCSoftware for branches/SHM-upgrade/source/Lib/TLibDecoder/NALread.h
- Timestamp:
- 12 Nov 2014, 08:09:17 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-upgrade/source/Lib/TLibDecoder/NALread.h
r595 r916 39 39 #pragma once 40 40 41 #ifndef __NALREAD__ 42 #define __NALREAD__ 43 41 44 #include "TLibCommon/TypeDef.h" 42 45 #include "TLibCommon/TComBitStream.h" … … 58 61 }; 59 62 60 void read(InputNALUnit& nalu, std::vector<uint8_t>& nalUnitBuf);63 Void read(InputNALUnit& nalu, std::vector<uint8_t>& nalUnitBuf); 61 64 62 65 //! \} 66 67 #endif
Note: See TracChangeset for help on using the changeset viewer.