Changeset 1321 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibDecoder


Ignore:
Timestamp:
21 Jul 2015, 23:39:48 (10 years ago)
Author:
seregin
Message:

port rev 4396, 4397, 4398

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/Lib/TLibDecoder/TDecTop.cpp

    r1319 r1321  
    645645    {
    646646      // 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);
    648648      if (pictureTimingSEIs.size()>0)
    649649      {
Note: See TracChangeset for help on using the changeset viewer.