Changeset 1352 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibDecoder
- Timestamp:
- 22 Jul 2015, 03:36:39 (10 years ago)
- Location:
- branches/SHM-dev/source/Lib/TLibDecoder
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibDecoder/SEIread.cpp
r1319 r1352 139 139 while (m_pcBitstream->getNumBitsLeft() > 8); 140 140 141 UInt rbspTrailingBits; 142 sei_read_code(NULL, 8, rbspTrailingBits, "rbsp_trailing_bits"); 143 assert(rbspTrailingBits == 0x80); 141 xReadRbspTrailingBits(); 144 142 } 145 143 -
branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r1351 r1352 492 492 } 493 493 } 494 xReadRbspTrailingBits(); 494 495 } 495 496 … … 1026 1027 } 1027 1028 } 1029 1030 xReadRbspTrailingBits(); 1028 1031 } 1029 1032 … … 1178 1181 #endif 1179 1182 1180 return;1183 xReadRbspTrailingBits(); 1181 1184 } 1182 1185
Note: See TracChangeset for help on using the changeset viewer.