Release notes: https://www.openshot.org/blog/2024/06/24/new_openshot_release_320/ Compatibility with FFMPEG 7.0 improved: build without errors, but there is an issue in the upstream bug-tracker related to the work of the software: https://github.com/OpenShot/libopenshot/issues/953#issuecomment-2131234669 PR: 278857
21 lines
479 B
Plaintext
21 lines
479 B
Plaintext
--- src/settings/_default.settings.orig 2024-06-24 20:49:58 UTC
|
|
+++ src/settings/_default.settings
|
|
@@ -445,7 +445,7 @@
|
|
"min": 0,
|
|
"setting": "graca_number_de",
|
|
"type": "dropdown",
|
|
- "value": "0",
|
|
+ "value": 0,
|
|
"translate_values": true,
|
|
"values": [],
|
|
"restart": true
|
|
@@ -457,7 +457,7 @@
|
|
"min": 0,
|
|
"setting": "graca_number_en",
|
|
"type": "dropdown",
|
|
- "value": "0",
|
|
+ "value": 0,
|
|
"values": [],
|
|
"restart": false
|
|
},
|