We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78ec0b0 commit 0538854Copy full SHA for 0538854
tests/test_otiod.cpp
@@ -266,7 +266,10 @@ main(int argc, char** argv)
266
std::filesystem::path const temp_file = temp_dir / "test.otiod";
267
bundle::WriteOptions write_options;
268
write_options.parent_path = temp_dir.u8string();
269
- assertTrue(bundle::to_otiod(timeline, temp_file, write_options));
+ assertTrue(bundle::to_otiod(
270
+ timeline,
271
+ temp_file.u8string(),
272
+ write_options));
273
274
// Check the media exists.
275
for (int frame = 0; frame < sequence_frames; ++frame)
0 commit comments