Commit 23b28a67 authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

Merge pull request #3376 from vriera:2.4

parents a28cde9c 2e393ab8
......@@ -260,7 +260,7 @@ namespace
Ptr<FrameSource> cv::superres::createFrameSource_Video_GPU(const string& fileName)
{
return new VideoFrameSource(fileName);
return new VideoFrameSource_GPU(fileName);
}
#endif // HAVE_OPENCV_GPU
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment