Ignore:
Timestamp:
11 Dec 2015, 19:35:23 (8 years ago)
Author:
seregin
Message:

remove VPS member from picture

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/Lib/TLibEncoder/TEncPic.cpp

    r1502 r1503  
    127127Void TEncPic::create( const TComVPS& vps, const TComSPS &sps, const TComPPS &pps, UInt uiMaxAdaptiveQPDepth, Bool bIsVirtual, const UInt layerId )
    128128{
    129   TComPic::create( vps, sps, pps, bIsVirtual, layerId );
     129  TComPic::create( sps, pps, bIsVirtual, layerId );
    130130#else
    131131Void TEncPic::create( const TComSPS &sps, const TComPPS &pps, UInt uiMaxAdaptiveQPDepth, Bool bIsVirtual )
Note: See TracChangeset for help on using the changeset viewer.