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

Method allocDecoder

YUViewLib/src/ffmpeg/FFmpegVersionHandler.cpp:440–444  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

438}
439
440AVCodecContextWrapper FFmpegVersionHandler::allocDecoder(AVCodecWrapper &codec)
441{
442 return AVCodecContextWrapper(this->lib.avcodec.avcodec_alloc_context3(codec.getAVCodec()),
443 libVersion);
444}
445
446int FFmpegVersionHandler::dictSet(AVDictionaryWrapper &dict,
447 const char * key,

Callers 1

createDecoderMethod · 0.80

Calls 2

getAVCodecMethod · 0.80

Tested by

no test coverage detected