changed call to getDefault: false to true in fallback initialization

pull/5272/head
Alexey Ershov 10 years ago
parent e0b3751c17
commit 933ad0e710
  1. 2
      modules/core/src/va_intel.cpp

@ -142,7 +142,7 @@ Context& initializeContextFromVA(VADisplay display, bool tryInterop)
} }
# endif // HAVE_VA_INTEL && HAVE_OPENCL # endif // HAVE_VA_INTEL && HAVE_OPENCL
{ {
Context& ctx = Context::getDefault(false); Context& ctx = Context::getDefault(true);
return ctx; return ctx;
} }
#endif // !HAVE_VA #endif // !HAVE_VA

Loading…
Cancel
Save