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

void Impala::Core::Stream::Lavc::VideoAccessObject::FlushCodecContext (  )  const [inline]

Definition at line 500 of file VideoAccessObject.h.

References mVideoCodecCtx.

Referenced by Impala::Core::Stream::Lavc::VideoAccessStrategy::Jump(), and Reset().

00501     {
00502         if (mVideoCodecCtx->codec->flush != NULL)
00503             mVideoCodecCtx->codec->flush(mVideoCodecCtx);
00504     }


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