mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 15:23:05 +04:00
5.x: cleanup compatibility code (2021-10)
This commit is contained in:
@@ -178,7 +178,7 @@ Context& initializeContextFromVA(VADisplay display, bool tryInterop)
|
||||
}
|
||||
# endif // HAVE_VA_INTEL
|
||||
{
|
||||
Context& ctx = Context::getDefault(true);
|
||||
Context& ctx = Context::getDefault();
|
||||
return ctx;
|
||||
}
|
||||
#endif // !HAVE_VA
|
||||
|
||||
Reference in New Issue
Block a user