Changeset 1219 in SHVCSoftware for branches/SHM-dev/source/App
- Timestamp:
- 8 Jul 2015, 23:52:07 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/App/TAppEncoder/TAppEncTop.cpp
r1214 r1219 1905 1905 1906 1906 // write bitstream out 1907 if(iTotalNumEncoded) 1908 { 1909 #if P0130_EOB 1907 if( iTotalNumEncoded ) 1908 { 1910 1909 if( bEos ) 1911 1910 { … … 1917 1916 accessUnit.push_back(new NALUnitEBSP(nalu)); 1918 1917 } 1919 #endif 1918 1920 1919 xWriteStream(bitstreamFile, iTotalNumEncoded, outputAccessUnits); 1921 1920 outputAccessUnits.clear(); … … 2130 2129 return; 2131 2130 } 2132 #endif 2131 #endif //SVC_EXTENSION 2133 2132 2134 2133 // ====================================================================================================================
Note: See TracChangeset for help on using the changeset viewer.