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

pull/2/head
Vladislav Vinogradov 13 years ago
parent f5c7a73143
commit 03a14bb525
  1. 2
      modules/gpu/perf_cpu/perf_video.cpp

@ -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);

Loading…
Cancel
Save