Changeset 531 in SHVCSoftware for branches/SHM-4.1-dev/source/App/TAppDecoder


Ignore:
Timestamp:
31 Dec 2013, 16:50:03 (12 years ago)
Author:
nokia
Message:

JCTVC-O0149: implementation of cross_layer_bla_flag

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-4.1-dev/source/App/TAppDecoder/TAppDecTop.cpp

    r521 r531  
    514514#endif
    515515{
     516  if (pcListPic->empty())
     517  {
     518    return;
     519  }
     520
    516521  TComList<TComPic*>::iterator iterPic   = pcListPic->begin();
    517522  Int numPicsNotYetDisplayed = 0;
     
    733738#endif
    734739{
    735   if(!pcListPic)
     740  if(!pcListPic || pcListPic->empty())
    736741  {
    737742    return;
Note: See TracChangeset for help on using the changeset viewer.