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

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

Definition at line 167 of file VideoAccessObject.h.

References mFormatCtx, and mVideoStream.

Referenced by Impala::Core::Stream::Lavc::VideoAccessStrategyFactory::Construct().

00168     {
00169         AVIndexEntry *idx = mVideoStream->index_entries;
00170         if (idx && (mFormatCtx->flags & AVFMT_FLAG_IGNIDX))
00171             idx = 0;
00172         return idx != 0;
00173     }


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