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

void Impala::Core::Stream::RgbDataSrcLavc_old::SetJumpMethod ( String  jmp  )  [inline, private]

Definition at line 214 of file RgbDataSrcLavc_old.h.

References ILOG_DEBUG, mJumpFlags, and mJumpMethod.

Referenced by InitFormatCtx(), and RgbDataSrcLavc_old().

00215     {
00216         mJumpMethod = jmp;
00217         ILOG_DEBUG("Jump Method is " << mJumpMethod);
00218         if (mJumpMethod == "pos")
00219             mJumpFlags = AVSEEK_FLAG_ANY | AVSEEK_FLAG_BYTE;
00220         else
00221             //mJumpFlags = AVSEEK_FLAG_ANY | AVSEEK_FLAG_BACKWARD;
00222             mJumpFlags = AVSEEK_FLAG_ANY;
00223     }


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