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

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

Definition at line 155 of file VideoAccessObject.h.

References ILOG_ERROR, and mFormatCtx.

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

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


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