You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
Fixing some additional cpp_test complaints
This commit is contained in:
@@ -1162,7 +1162,6 @@ void Clip::apply_keyframes(std::shared_ptr<Frame> frame, int width, int height)
|
||||
pixels[byte_index + 2] *= alpha_value;
|
||||
pixels[byte_index + 3] *= alpha_value;
|
||||
}
|
||||
pixels = NULL;
|
||||
|
||||
// Debug output
|
||||
ZmqLogger::Instance()->AppendDebugMethod("Clip::apply_keyframes (Set Alpha & Opacity)", "alpha_value", alpha_value, "frame->number", frame->number);
|
||||
|
||||
Reference in New Issue
Block a user