call invalidateall when video params change

Fixes #1520
This commit is contained in:
itsmattkc
2021-03-22 22:46:44 +11:00
parent 1c7509e767
commit 77ea4121a0
+1
View File
@@ -457,6 +457,7 @@ void Sequence::InputValueChangedEvent(const QString &input, int element)
emit VideoParamsChanged();
cached_video_params_ = video_params();
video_frame_cache_.InvalidateAll();
} else if (input == kAudioParamsInput) {