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
19 lines
405 B
C++
19 lines
405 B
C++
--- src/effects/ChromaKey.cpp.orig 2026-04-02 23:34:37 UTC
|
|
+++ src/effects/ChromaKey.cpp
|
|
@@ -167,6 +167,7 @@ std::shared_ptr<openshot::Frame> ChromaKey::GetFrame(s
|
|
|
|
case CHROMAKEY_BASIC:
|
|
break;
|
|
+ default: ;
|
|
}
|
|
|
|
pixelbuf.resize(rowwidth * height);
|
|
@@ -504,6 +505,7 @@ std::shared_ptr<openshot::Frame> ChromaKey::GetFrame(s
|
|
}
|
|
}
|
|
break;
|
|
+ default: ;
|
|
}
|
|
|
|
return frame;
|