From: Vladislav Vinogradov Date: Tue, 5 Jun 2012 14:16:57 +0000 (+0000) Subject: fixed build under windows, updated 768x576.avi video (other codec) X-Git-Tag: accepted/tizen/6.0/unified/20201030.111113~4809 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=03a14bb525d00480ef24717578f839456e4fb2eb;p=platform%2Fupstream%2Fopencv.git fixed build under windows, updated 768x576.avi video (other codec) --- diff --git a/modules/gpu/perf_cpu/perf_video.cpp b/modules/gpu/perf_cpu/perf_video.cpp index 06acd90..60528b3 100644 --- a/modules/gpu/perf_cpu/perf_video.cpp +++ b/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);