Changeset 21 in 3DVCSoftware for trunk/source/App/TAppDecoder
- Timestamp:
- 15 Feb 2012, 19:05:04 (13 years ago)
- Location:
- trunk/source/App/TAppDecoder
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/App/TAppDecoder/TAppDecTop.cpp
r5 r21 352 352 m_acTDecTopList[0]->setPictureDigestEnabled(m_pictureDigestEnabled); 353 353 m_acTDecTopList[0]->setCamParsCollector( &m_cCamParsCollector ); 354 #if SONY_COLPIC_AVAILABILITY 355 m_acTDecTopList[0]->setViewOrderIdx(0); 356 #endif 354 357 } 355 358 -
trunk/source/App/TAppDecoder/TAppDecTop.h
r5 r21 105 105 TComSPSAccess* getSPSAccess () { return &m_cSPSAccess; } 106 106 TComAUPicAccess* getAUPicAccess() { return &m_cAUPicAccess; } 107 TDecTop* getDecTop0 () { return m_acTDecTopList[0]; } 107 108 #endif 108 109
Note: See TracChangeset for help on using the changeset viewer.