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

int Impala::Core::Stream::Lavc::VideoAccessObject::ReadPacket (  )  const [inline]

Reads a packet which might contain one (video) or more (audio) encoded frames.

Definition at line 371 of file VideoAccessObject.h.

References FreePacket(), mFormatCtx, and mPacket.

Referenced by Impala::Core::Stream::Lavc::VideoAccessStrategy::DecodeNextFrame(), and Impala::Core::Stream::Lavc::StrategyIgnoringNativeIndex::ScanOnePacket().

00372     {
00373         FreePacket();
00374         // note that this method's name is correct since in fact it reads a packet
00375         return av_read_frame(mFormatCtx, mPacket);
00376     }

Here is the call graph for this function:


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