We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e45024 commit f5ef56dCopy full SHA for f5ef56d
modules/cudacodec/src/video_decoder.hpp
@@ -96,7 +96,7 @@ class VideoDecoder
96
return cuvidDecodePicture(decoder_, picParams) == CUDA_SUCCESS;
97
}
98
99
- GpuMat mapFrame(int picIdx, CUVIDPROCPARAMS& videoProcParams)
+ cuda::GpuMat mapFrame(int picIdx, CUVIDPROCPARAMS& videoProcParams)
100
{
101
CUdeviceptr ptr;
102
unsigned int pitch;
0 commit comments