Skip to content

Commit

Permalink
Another fix to cudaVideoWriterRelease.
Browse files Browse the repository at this point in the history
  • Loading branch information
emgucv committed Apr 14, 2023
1 parent 915a4a3 commit 900f5d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Emgu.CV.Extern/cudacodec/cudacodec_c.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ CVAPI(cv::cudacodec::VideoWriter*) cudaVideoWriterCreate(
cv::cuda::Stream* stream,
cv::Ptr<cv::cudacodec::VideoWriter>** sharedPtr);
CVAPI(void) cudaVideoWriterDelete(cv::Ptr<cv::cudacodec::VideoWriter>** writer);
CVAPI(void) cudaVideoWriterRelease(cv::Ptr<cv::cudacodec::VideoWriter>* writer);
CVAPI(void) cudaVideoWriterRelease(cv::cudacodec::VideoWriter* writer);
CVAPI(void) cudaVideoWriterWrite(cv::cudacodec::VideoWriter* writer, cv::_InputArray* frame);

//----------------------------------------------------------------------------
Expand Down

0 comments on commit 900f5d3

Please sign in to comment.