fixed build under windows, updated 768x576.avi video (other codec)
This commit is contained in:
parent
f5c7a73143
commit
03a14bb525
@ -179,7 +179,7 @@ GPU_PERF_TEST(VideoWriter, cv::gpu::DeviceInfo, std::string)
|
|||||||
ASSERT_FALSE(frame.empty());
|
ASSERT_FALSE(frame.empty());
|
||||||
|
|
||||||
if (!writer.isOpened())
|
if (!writer.isOpened())
|
||||||
writer.open(outputFile, CV_FOURCC('H', '2', '6', '4'), frame.size(), FPS);
|
writer.open(outputFile, CV_FOURCC('X', 'V', 'I', 'D'), FPS, frame.size());
|
||||||
|
|
||||||
startTimer(); next();
|
startTimer(); next();
|
||||||
writer.write(frame);
|
writer.write(frame);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user