Remove DECODE varaible.

Turn out that a buggy graphic driver was the problem.
This commit is contained in:
eisneinechse
2019-04-21 12:18:44 -07:00
parent e6efea7a92
commit 65d9134722
3 changed files with 7 additions and 13 deletions
+1 -3
View File
@@ -78,9 +78,7 @@ namespace openshot {
public:
/// Use video card for faster video decoding (if supported)
// REMOVE_HW_OLD
// Removing this breaks decode completely
// Find bug in libopenshot
bool HARDWARE_DECODE = false;
//bool HARDWARE_DECODE = false;
/// Use video codec for faster video decoding (if supported)
int HARDWARE_DECODER = 0;