mirror of https://github.com/odrling/Aegisub
Set the correct variable for whether to commit subs after opening video
This commit is contained in:
parent
6edb38501b
commit
7645b447be
|
@ -126,7 +126,7 @@ void VideoContext::SetVideo(const agi::fs::path &filename) {
|
|||
keyframes = video_provider->GetKeyFrames();
|
||||
video_fps = video_provider->GetFPS();
|
||||
|
||||
bool needs_commit = UpdateVideoProperties(context->ass.get(), video_provider, context->parent);
|
||||
commit_subs = UpdateVideoProperties(context->ass.get(), video_provider, context->parent);
|
||||
|
||||
// Set frame rate
|
||||
if (ovr_fps.IsLoaded()) {
|
||||
|
|
Loading…
Reference in New Issue