Changeset 809 in SHVCSoftware for branches/SHM-6-dev/source/App


Ignore:
Timestamp:
27 Jun 2014, 11:51:28 (10 years ago)
Author:
seregin
Message:

fix last AU pictures output, patch was provided by Ramasubramonian, Adarsh Krishnan <aramasub@…>

File:
1 edited

Legend:

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

    r798 r809  
    12651265
    12661266    // Find the status of the DPB
     1267#if POC_RESET_IDC_DECODER
     1268    xFindDPBStatus(listOfPocs, listOfPocsInEachLayer, listOfPocsPositionInEachLayer, dpbStatus, false);
     1269#else
    12671270    xFindDPBStatus(listOfPocs, listOfPocsInEachLayer, listOfPocsPositionInEachLayer, dpbStatus);
     1271#endif
    12681272
    12691273    while( dpbStatus.m_numAUsNotDisplayed )
Note: See TracChangeset for help on using the changeset viewer.