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

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

Definition at line 309 of file VideoAccessObject.h.

References mFormatCtx.

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

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


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