Adding some additional logging

This commit is contained in:
Jonathan Thomas
2021-12-06 15:47:32 -06:00
parent 09bcf2ab15
commit f3e7208df6
3 changed files with 6 additions and 13 deletions

View File

@@ -114,7 +114,6 @@ namespace openshot
}
// Sleep for 1 frame length
std::cout << "C: " << frame_duration.count() << std::endl;
std::this_thread::sleep_for(frame_duration);
}