mirror of
https://github.com/opencv/opencv.git
synced 2025-01-18 06:03:15 +08:00
Boring changes - gpucodec.
This commit is contained in:
parent
2c033251db
commit
a57f93ee92
@ -167,9 +167,4 @@ void cv::gpucodec::detail::Thread::sleep(int ms)
|
||||
#endif
|
||||
}
|
||||
|
||||
template <> void cv::Ptr<cv::gpucodec::detail::Thread::Impl>::delete_obj()
|
||||
{
|
||||
if (obj) delete obj;
|
||||
}
|
||||
|
||||
#endif // HAVE_NVCUVID
|
||||
|
@ -67,8 +67,4 @@ private:
|
||||
|
||||
}}}
|
||||
|
||||
namespace cv {
|
||||
template <> void Ptr<cv::gpucodec::detail::Thread::Impl>::delete_obj();
|
||||
}
|
||||
|
||||
#endif // __THREAD_WRAPPERS_HPP__
|
||||
|
Loading…
Reference in New Issue
Block a user