fixed build under windows, updated 768x576.avi video (other codec)
authorVladislav Vinogradov <no@email>
Tue, 5 Jun 2012 14:16:57 +0000 (14:16 +0000)
committerVladislav Vinogradov <no@email>
Tue, 5 Jun 2012 14:16:57 +0000 (14:16 +0000)
modules/gpu/perf_cpu/perf_video.cpp

index 06acd90..60528b3 100644 (file)
@@ -179,7 +179,7 @@ GPU_PERF_TEST(VideoWriter, cv::gpu::DeviceInfo, std::string)
         ASSERT_FALSE(frame.empty());\r
 \r
         if (!writer.isOpened())\r
-            writer.open(outputFile, CV_FOURCC('H', '2', '6', '4'), frame.size(), FPS);\r
+            writer.open(outputFile, CV_FOURCC('X', 'V', 'I', 'D'), FPS, frame.size());\r
 \r
         startTimer(); next();\r
         writer.write(frame);\r