Searched refs:FormatNewStreamFunc (Results 1 – 2 of 2) sorted by relevance
42 using FormatNewStreamFunc = AVStream *(*)(AVFormatContext *s, const AVCodec *c); variable136 FormatNewStreamFunc formatNewStreamFunc = nullptr;
63 formatNewStreamFunc = (FormatNewStreamFunc)dlsym(handler, "avformat_new_stream"); in LoadFormatApi()