Skip to content

Commit dd482c6

Browse files
committed
bug fix for opencv#7846
1 parent 9e57d1a commit dd482c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

samples/gpu/video_writer.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
#include "opencv2/cudacodec.hpp"
1212
#include "opencv2/highgui.hpp"
1313

14+
using namespace cv;
1415
int main(int argc, const char* argv[])
1516
{
1617
if (argc != 2)

0 commit comments

Comments
 (0)