MCPcopy Create free account
hub / github.com/IENT/YUView / getFrameFromDecoder

Method getFrameFromDecoder

YUViewLib/src/ffmpeg/FFmpegVersionHandler.cpp:298–301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

296}
297
298int FFmpegVersionHandler::getFrameFromDecoder(AVCodecContextWrapper &decCtx, AVFrameWrapper &frame)
299{
300 return this->lib.avcodec.avcodec_receive_frame(decCtx.getCodec(), frame.getFrame());
301}
302
303void FFmpegVersionHandler::flush_buffers(AVCodecContextWrapper &decCtx)
304{

Callers 1

decodeFrameMethod · 0.80

Calls 2

getCodecMethod · 0.80
getFrameMethod · 0.80

Tested by

no test coverage detected