Home || Visual Search || Applications || Architecture || 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 372 of file VideoAccessObject.h.

References FreePacket(), mFormatCtx, and mPacket.

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

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

Here is the call graph for this function:


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