Changeset 1260 in SHVCSoftware for branches/SHM-dev/source/App/TAppEncoder


Ignore:
Timestamp:
14 Jul 2015, 03:24:13 (11 years ago)
Author:
seregin
Message:

port rev 4257

File:
1 edited

Legend:

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

    r1259 r1260  
    23242324}
    23252325
    2326 /** \param iNumEncoded  number of encoded frames
     2326/**
     2327  Write access units to output file.
     2328  \param bitstreamFile  target bitstream file
     2329  \param iNumEncoded    number of encoded frames
     2330  \param accessUnits    list of access units to be written
    23272331 */
    23282332Void TAppEncTop::xWriteOutput(std::ostream& bitstreamFile, Int iNumEncoded, const std::list<AccessUnit>& accessUnits)
Note: See TracChangeset for help on using the changeset viewer.