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

static int64_t Impala::Core::Stream::LavcProtocolImpl_seek ( URLContext *  h,
int64_t  offset,
int  whence 
) [static]

Definition at line 107 of file LavcProtocolImpl.h.

00108 {
00109     return ((LavcProtocolImpl*) h->priv_data)->Seek(offset, whence);
00110 }


Generated on Fri Mar 19 11:16:40 2010 for ImpalaSrc by  doxygen 1.5.1