mirror of
https://github.com/opencv/opencv.git
synced 2025-07-24 14:06:27 +08:00
videoio(test): fix message
This commit is contained in:
parent
359bd21bd7
commit
6833b46a05
@ -138,7 +138,7 @@ public:
|
||||
fprintf(stderr, "\n\nFile name: %s\n", filename.c_str());
|
||||
fprintf(stderr, "Codec id: %d Codec tag: %c%c%c%c\n", (int)j,
|
||||
tag & 255, (tag >> 8) & 255, (tag >> 16) & 255, (tag >> 24) & 255);
|
||||
fprintf(stderr, "Error: cannot create video file.");
|
||||
fprintf(stderr, "Error: cannot create video file.\n");
|
||||
if (entries[j].required)
|
||||
ts->set_failed_test_info(ts->FAIL_INVALID_OUTPUT);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user