fixed build under windows, updated 768x576.avi video (other codec)

This commit is contained in:
Vladislav Vinogradov 2012-06-05 14:16:57 +00:00
parent f5c7a73143
commit 03a14bb525

View File

@ -179,7 +179,7 @@ GPU_PERF_TEST(VideoWriter, cv::gpu::DeviceInfo, std::string)
ASSERT_FALSE(frame.empty());
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();
writer.write(frame);