You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
Removed unneeded Json from Keyframes, Points, and Coordinates... and also optimized a Keyframe with 1 point to use CONSTANT interpolation mode.
This commit is contained in:
@@ -257,7 +257,7 @@ Json::Value Keyframe::JsonValue() {
|
||||
Point existing_point = Points[x];
|
||||
root["Points"].append(existing_point.JsonValue());
|
||||
}
|
||||
root["Auto_Handle_Percentage"] = Auto_Handle_Percentage;
|
||||
//root["Auto_Handle_Percentage"] = Auto_Handle_Percentage;
|
||||
|
||||
// return JsonValue
|
||||
return root;
|
||||
|
||||
Reference in New Issue
Block a user