Searched refs:FormatFlushFunc (Results 1 – 2 of 2) sorted by relevance
60 using FormatFlushFunc = int (*)(AVFormatContext *s); variable140 FormatFlushFunc formatFlushFunc = nullptr;
65 formatFlushFunc = (FormatFlushFunc)dlsym(handler, "avformat_flush"); in LoadFormatApi()