Fixing some additional cpp_test complaints

This commit is contained in:
Jonathan Thomas
2020-10-16 18:22:42 -05:00
parent f4d0d9d7bb
commit 29107bc427
3 changed files with 7 additions and 14 deletions

View File

@@ -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);