8d13862a00
The audio input and output issues have been resolved. News: https://www.openshot.org/blog/2026/04/06/openshot-351-faster-performance-smoother-editing-better-previews/ Changelog: https://github.com/OpenShot/libopenshot/releases/tag/v0.7.0 PR: 294379 Sponsored by: UNIS Labs MFH: 2026Q2
11 lines
319 B
C++
11 lines
319 B
C++
--- src/Clip.cpp.orig 2026-04-02 23:34:37 UTC
|
|
+++ src/Clip.cpp
|
|
@@ -1441,6 +1441,7 @@ QSize Clip::scale_size(QSize source_size, ScaleType so
|
|
source_size.scale(target_width, target_height, Qt::KeepAspectRatioByExpanding);;
|
|
break;
|
|
}
|
|
+ default: ;
|
|
}
|
|
|
|
return source_size;
|