Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv
Commits
a57f93ee
Commit
a57f93ee
authored
Aug 13, 2013
by
Roman Donchenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Boring changes - gpucodec.
parent
2c033251
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
9 deletions
+0
-9
thread.cpp
modules/gpucodec/src/thread.cpp
+0
-5
thread.hpp
modules/gpucodec/src/thread.hpp
+0
-4
No files found.
modules/gpucodec/src/thread.cpp
View file @
a57f93ee
...
...
@@ -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
modules/gpucodec/src/thread.hpp
View file @
a57f93ee
...
...
@@ -67,8 +67,4 @@ private:
}}}
namespace
cv
{
template
<>
void
Ptr
<
cv
::
gpucodec
::
detail
::
Thread
::
Impl
>::
delete_obj
();
}
#endif // __THREAD_WRAPPERS_HPP__
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment