implemented bars object

This commit is contained in:
itsmattkc
2018-09-07 16:10:07 +10:00
parent d1de02d28f
commit 779e6b0a24
3 changed files with 22 additions and 8 deletions
+1 -1
View File
@@ -127,7 +127,7 @@ Clip::~Clip() {
close_clip(this);
// make sure clip has closed before clip is destroyed
if (multithreaded) {
if (multithreaded && media_type == MEDIA_TYPE_FOOTAGE) {
cacher->wait();
}
}