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

UInt64 Impala::Core::Stream::Lavc::VideoAccessObject::FirstPacketPosition (  )  const [inline]

Definition at line 156 of file VideoAccessObject.h.

References ILOG_ERROR, and mFormatCtx.

Referenced by Impala::Core::Stream::Lavc::StrategyIgnoringNativeIndex::FindCandidateSeekPosition(), and Reset().

00157     {
00158         const Int64& firstPosSigned = mFormatCtx->data_offset;
00159         if (firstPosSigned < 0)
00160         {
00161             ILOG_ERROR("Negative stream start offset unexpected");
00162             return 0;
00163         }
00164         return mFormatCtx->data_offset;
00165     }


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