Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

virtual void Impala::Core::Stream::Lavc::VideoAccessStrategy::CleanUp (  )  [inline, virtual]

Definition at line 195 of file VideoAccessStrategy.h.

References mFailingKeyFrameNr, mFrames, mPackets, and mScanDataPresent.

Referenced by Impala::Core::Stream::RgbDataSrcLavc::PopulateIndex(), Scan(), and ~VideoAccessStrategy().

00196     {
00197         if (mPackets != 0)
00198         {
00199             delete mPackets;
00200             mPackets = 0;
00201         }
00202         if (mFrames != 0)
00203         {
00204             delete mFrames;
00205             mFrames = 0;
00206         }
00207         mScanDataPresent = false;
00208         mFailingKeyFrameNr = -1;
00209     }


Generated on Thu Jan 13 09:20:39 2011 for ImpalaSrc by  doxygen 1.5.1