Searched refs:CodecAllocContextFunc (Results 1 – 2 of 2) sorted by relevance
35 using CodecAllocContextFunc = AVCodecContext *(*)(const AVCodec *codec); variable147 CodecAllocContextFunc codecAllocFunc = nullptr;
86 codecAllocFunc = (CodecAllocContextFunc)dlsym(handler, "avcodec_alloc_context3"); in LoadCodecApi()