Skip to content

Commit 6833b46

Browse files
committed
videoio(test): fix message
1 parent 359bd21 commit 6833b46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/videoio/test/test_ffmpeg.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ class CV_FFmpegWriteBigVideoTest : public cvtest::BaseTest
138138
fprintf(stderr, "\n\nFile name: %s\n", filename.c_str());
139139
fprintf(stderr, "Codec id: %d Codec tag: %c%c%c%c\n", (int)j,
140140
tag & 255, (tag >> 8) & 255, (tag >> 16) & 255, (tag >> 24) & 255);
141-
fprintf(stderr, "Error: cannot create video file.");
141+
fprintf(stderr, "Error: cannot create video file.\n");
142142
if (entries[j].required)
143143
ts->set_failed_test_info(ts->FAIL_INVALID_OUTPUT);
144144
}

0 commit comments

Comments
 (0)