Skip to content

Commit

Permalink
Build fix for cudacodec.
Browse files Browse the repository at this point in the history
  • Loading branch information
asmorkalov committed Jul 20, 2023
1 parent 1e45024 commit f5ef56d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/cudacodec/src/video_decoder.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ class VideoDecoder
return cuvidDecodePicture(decoder_, picParams) == CUDA_SUCCESS;
}

GpuMat mapFrame(int picIdx, CUVIDPROCPARAMS& videoProcParams)
cuda::GpuMat mapFrame(int picIdx, CUVIDPROCPARAMS& videoProcParams)
{
CUdeviceptr ptr;
unsigned int pitch;
Expand Down

0 comments on commit f5ef56d

Please sign in to comment.