diff options
Diffstat (limited to 'multimedia/openshot/files/patch-src_classes_effect__init.py')
-rw-r--r-- | multimedia/openshot/files/patch-src_classes_effect__init.py | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/multimedia/openshot/files/patch-src_classes_effect__init.py b/multimedia/openshot/files/patch-src_classes_effect__init.py new file mode 100644 index 000000000000..75b65140ba31 --- /dev/null +++ b/multimedia/openshot/files/patch-src_classes_effect__init.py @@ -0,0 +1,41 @@ +--- src/classes/effect_init.py.orig 2021-01-30 23:50:27 UTC ++++ src/classes/effect_init.py +@@ -112,22 +112,22 @@ effect_options = { + "value": "MIL", + "name": "MIL" + }, +- { +- "value": "BOOSTING", +- "name": "BOOSTING" +- }, +- { +- "value": "TLD", +- "name": "TLD" +- }, +- { +- "value": "MEDIANFLOW", +- "name": "MEDIANFLOW" +- }, +- { +- "value": "MOSSE", +- "name": "MOSSE" +- }, ++# { ++# "value": "BOOSTING", ++# "name": "BOOSTING" ++# }, ++# { ++# "value": "TLD", ++# "name": "TLD" ++# }, ++# { ++# "value": "MEDIANFLOW", ++# "name": "MEDIANFLOW" ++# }, ++# { ++# "value": "MOSSE", ++# "name": "MOSSE" ++# }, + { + "value": "CSRT", + "name": "CSRT" |