Changeset 531 in SHVCSoftware for branches/SHM-4.1-dev/source/App/TAppDecoder
- Timestamp:
- 31 Dec 2013, 16:50:03 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-4.1-dev/source/App/TAppDecoder/TAppDecTop.cpp
r521 r531 514 514 #endif 515 515 { 516 if (pcListPic->empty()) 517 { 518 return; 519 } 520 516 521 TComList<TComPic*>::iterator iterPic = pcListPic->begin(); 517 522 Int numPicsNotYetDisplayed = 0; … … 733 738 #endif 734 739 { 735 if(!pcListPic )740 if(!pcListPic || pcListPic->empty()) 736 741 { 737 742 return;
Note: See TracChangeset for help on using the changeset viewer.