Changeset 1321 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibDecoder
- Timestamp:
- 21 Jul 2015, 23:39:48 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibDecoder/TDecTop.cpp
r1319 r1321 645 645 { 646 646 // Check if any new Picture Timing SEI has arrived 647 SEIMessages pictureTimingSEIs = extractSeisByType(m_SEIs, SEI::PICTURE_TIMING);647 SEIMessages pictureTimingSEIs = getSeisByType(m_SEIs, SEI::PICTURE_TIMING); 648 648 if (pictureTimingSEIs.size()>0) 649 649 {
Note: See TracChangeset for help on using the changeset viewer.