changed call to getDefault: false to true in fallback initialization
This commit is contained in:
parent
e0b3751c17
commit
933ad0e710
@ -142,7 +142,7 @@ Context& initializeContextFromVA(VADisplay display, bool tryInterop)
|
||||
}
|
||||
# endif // HAVE_VA_INTEL && HAVE_OPENCL
|
||||
{
|
||||
Context& ctx = Context::getDefault(false);
|
||||
Context& ctx = Context::getDefault(true);
|
||||
return ctx;
|
||||
}
|
||||
#endif // !HAVE_VA
|
||||
|
Loading…
x
Reference in New Issue
Block a user