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

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

Definition at line 192 of file VideoAccessStrategy.h.

References mFailingKeyFrameNr, mFrames, mPackets, and mScanDataPresent.

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

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


Generated on Fri Mar 19 11:18:47 2010 for ImpalaSrc by  doxygen 1.5.1