Commit a57f93ee authored by Roman Donchenko's avatar Roman Donchenko

Boring changes - gpucodec.

parent 2c033251
...@@ -167,9 +167,4 @@ void cv::gpucodec::detail::Thread::sleep(int ms) ...@@ -167,9 +167,4 @@ void cv::gpucodec::detail::Thread::sleep(int ms)
#endif #endif
} }
template <> void cv::Ptr<cv::gpucodec::detail::Thread::Impl>::delete_obj()
{
if (obj) delete obj;
}
#endif // HAVE_NVCUVID #endif // HAVE_NVCUVID
...@@ -67,8 +67,4 @@ private: ...@@ -67,8 +67,4 @@ private:
}}} }}}
namespace cv {
template <> void Ptr<cv::gpucodec::detail::Thread::Impl>::delete_obj();
}
#endif // __THREAD_WRAPPERS_HPP__ #endif // __THREAD_WRAPPERS_HPP__
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