Changeset 1219 in SHVCSoftware for branches/SHM-dev/source/App


Ignore:
Timestamp:
8 Jul 2015, 23:52:07 (10 years ago)
Author:
seregin
Message:

macro cleanup: P0130_EOB

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/App/TAppEncoder/TAppEncTop.cpp

    r1214 r1219  
    19051905
    19061906    // write bitstream out
    1907     if(iTotalNumEncoded)
    1908     {
    1909 #if P0130_EOB
     1907    if( iTotalNumEncoded )
     1908    {
    19101909      if( bEos )
    19111910      {
     
    19171916        accessUnit.push_back(new NALUnitEBSP(nalu));
    19181917      }
    1919 #endif
     1918
    19201919      xWriteStream(bitstreamFile, iTotalNumEncoded, outputAccessUnits);
    19211920      outputAccessUnits.clear();
     
    21302129  return;
    21312130}
    2132 #endif
     2131#endif //SVC_EXTENSION
    21332132
    21342133// ====================================================================================================================
Note: See TracChangeset for help on using the changeset viewer.