You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
Fix regression caused by https://github.com/OpenShot/libopenshot/pull/827, where we changed the class_name of Object Detector
This commit is contained in:
@@ -104,7 +104,7 @@ EffectBase* EffectInfo::CreateEffect(std::string effect_type) {
|
||||
else if(effect_type == "Tracker")
|
||||
return new Tracker();
|
||||
|
||||
else if(effect_type == "Object Detector")
|
||||
else if(effect_type == "ObjectDetection")
|
||||
return new ObjectDetection();
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user