Merge pull request #2241 from asmorkalov:ocv_highgui_test_output_fix

This commit is contained in:
Roman Donchenko
2014-01-31 14:56:10 +04:00
committed by OpenCV Buildbot
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ public:
stringstream s;
s << tag;
const string filename = "output_"+s.str()+".avi";
const string filename = tempfile((s.str()+".avi").c_str());
try
{
-2
View File
@@ -332,9 +332,7 @@ void CV_HighGuiTest::VideoTest(const string& dir, const cvtest::VideoFormat& fmt
}
}
printf("Before saved release for %s\n", tmp_name.c_str());
cvReleaseCapture( &saved );
printf("After release\n");
ts->printf(ts->LOG, "end test function : ImagesVideo \n");
}