You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
Merge branch 'develop' into lens-flare
This commit is contained in:
@@ -40,6 +40,9 @@ EffectBase* EffectInfo::CreateEffect(std::string effect_type) {
|
||||
else if (effect_type == "ChromaKey")
|
||||
return new ChromaKey();
|
||||
|
||||
else if (effect_type == "ColorMap")
|
||||
return new ColorMap();
|
||||
|
||||
else if (effect_type == "ColorShift")
|
||||
return new ColorShift();
|
||||
|
||||
@@ -135,6 +138,7 @@ Json::Value EffectInfo::JsonValue() {
|
||||
root.append(Brightness().JsonInfo());
|
||||
root.append(Caption().JsonInfo());
|
||||
root.append(ChromaKey().JsonInfo());
|
||||
root.append(ColorMap().JsonInfo());
|
||||
root.append(ColorShift().JsonInfo());
|
||||
root.append(Crop().JsonInfo());
|
||||
root.append(Deinterlace().JsonInfo());
|
||||
|
||||
Reference in New Issue
Block a user