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

bool Impala::Core::Stream::Lavc::VideoAccessObject::AtEof (  )  const [inline]

Definition at line 310 of file VideoAccessObject.h.

References mFormatCtx.

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

00311     {
00312 #ifdef FFMPEG_52
00313         return (url_feof(mFormatCtx->pb) != 0);
00314 #else
00315         return (url_feof(&mFormatCtx->pb) != 0);
00316 #endif
00317     }


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