Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv_contrib
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_contrib
Commits
25221244
Commit
25221244
authored
Dec 18, 2018
by
Alexander Alekhin
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1946 from LinkeyLeo:master
parents
fd34389a
fe7301ea
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
cuvid_video_source.hpp
modules/cudacodec/src/cuvid_video_source.hpp
+1
-1
frame_queue.hpp
modules/cudacodec/src/frame_queue.hpp
+1
-1
precomp.hpp
modules/cudacodec/src/precomp.hpp
+1
-1
video_decoder.hpp
modules/cudacodec/src/video_decoder.hpp
+1
-1
video_parser.hpp
modules/cudacodec/src/video_parser.hpp
+1
-1
No files found.
modules/cudacodec/src/cuvid_video_source.hpp
View file @
25221244
...
...
@@ -44,7 +44,7 @@
#ifndef __CUVID_VIDEO_SOURCE_HPP__
#define __CUVID_VIDEO_SOURCE_HPP__
#if CUDA_VERSION >= 9000
#if CUDA_VERSION >= 9000
&& CUDA_VERSION < 10000
#include <dynlink_nvcuvid.h>
#else
#include <nvcuvid.h>
...
...
modules/cudacodec/src/frame_queue.hpp
View file @
25221244
...
...
@@ -47,7 +47,7 @@
#include "opencv2/core/utility.hpp"
#include "opencv2/core/private.cuda.hpp"
#if CUDA_VERSION >= 9000
#if CUDA_VERSION >= 9000
&& CUDA_VERSION < 10000
#include <dynlink_nvcuvid.h>
#else
#include <nvcuvid.h>
...
...
modules/cudacodec/src/precomp.hpp
View file @
25221244
...
...
@@ -56,7 +56,7 @@
#include "opencv2/core/private.cuda.hpp"
#ifdef HAVE_NVCUVID
#if CUDA_VERSION >= 9000
#if CUDA_VERSION >= 9000
&& CUDA_VERSION < 10000
#include <dynlink_nvcuvid.h>
#else
#include <nvcuvid.h>
...
...
modules/cudacodec/src/video_decoder.hpp
View file @
25221244
...
...
@@ -44,7 +44,7 @@
#ifndef __VIDEO_DECODER_HPP__
#define __VIDEO_DECODER_HPP__
#if CUDA_VERSION >= 9000
#if CUDA_VERSION >= 9000
&& CUDA_VERSION < 10000
#include <dynlink_nvcuvid.h>
#else
#include <nvcuvid.h>
...
...
modules/cudacodec/src/video_parser.hpp
View file @
25221244
...
...
@@ -44,7 +44,7 @@
#ifndef __VIDEO_PARSER_HPP__
#define __VIDEO_PARSER_HPP__
#if CUDA_VERSION >= 9000
#if CUDA_VERSION >= 9000
&& CUDA_VERSION < 10000
#include <dynlink_nvcuvid.h>
#else
#include <nvcuvid.h>
...
...
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