Changeset 855 in 3DVCSoftware
- Timestamp:
- 22 Feb 2014, 00:27:30 (11 years ago)
- Location:
- branches/HTM-10.0-dev0/source/Lib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-10.0-dev0/source/Lib/TLibCommon/TypeDef.h
r854 r855 55 55 56 56 #ifndef HEVC_EXT 57 #define HEVC_EXT 257 #define HEVC_EXT 1 58 58 #endif 59 59 -
branches/HTM-10.0-dev0/source/Lib/TLibEncoder/NALwrite.cpp
r852 r855 91 91 vector<uint8_t>& rbsp = nalu.m_Bitstream.getFIFO(); 92 92 93 #if H_MV_HLS_7_MISC_P0130_EOS // This will handle situation when writing NAL with zero payload 94 if (rbsp.size() == 0) return; 95 #endif 96 93 97 for (vector<uint8_t>::iterator it = rbsp.begin(); it != rbsp.end();) 94 98 {
Note: See TracChangeset for help on using the changeset viewer.