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

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

Definition at line 560 of file VideoAccessObject.h.

References mVideoCodecCtx.

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

00561     {
00562         if (mVideoCodecCtx->codec->flush != NULL)
00563             mVideoCodecCtx->codec->flush(mVideoCodecCtx);
00564 
00565         avcodec_flush_buffers(mVideoCodecCtx);
00566     }


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