Fix movie length being wrong for imported binary tracks
This commit is contained in:
parent
5f8f8af25f
commit
7ece85f0c6
1 changed files with 1 additions and 0 deletions
|
@ -128,6 +128,7 @@ void movie_branches::import_branch(const std::string& filename, const std::strin
|
|||
vsize += (file.gcount() / stride);
|
||||
}
|
||||
v.resize(vsize);
|
||||
v.recount_frames();
|
||||
} else {
|
||||
std::string line;
|
||||
portctrl::frame tmpl = v.blank_frame(false);
|
||||
|
|
Loading…
Add table
Reference in a new issue