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