Boring changes - gpucodec.

This commit is contained in:
Roman Donchenko 2013-08-13 18:06:39 +04:00
parent 2c033251db
commit a57f93ee92
2 changed files with 0 additions and 9 deletions

View File

@ -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

View File

@ -67,8 +67,4 @@ private:
}}}
namespace cv {
template <> void Ptr<cv::gpucodec::detail::Thread::Impl>::delete_obj();
}
#endif // __THREAD_WRAPPERS_HPP__