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
|
#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:
|
|||||||
|
|
||||||
}}}
|
}}}
|
||||||
|
|
||||||
namespace cv {
|
|
||||||
template <> void Ptr<cv::gpucodec::detail::Thread::Impl>::delete_obj();
|
|
||||||
}
|
|
||||||
|
|
||||||
#endif // __THREAD_WRAPPERS_HPP__
|
#endif // __THREAD_WRAPPERS_HPP__
|
||||||
|
Loading…
x
Reference in New Issue
Block a user