disable debug output
This commit is contained in:
parent
fc51b9210f
commit
0d2c34cf64
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ from PyQt5 import QtWidgets
|
||||||
# Avoid segfault in webvfx
|
# Avoid segfault in webvfx
|
||||||
app = QtWidgets.QApplication(sys.argv)
|
app = QtWidgets.QApplication(sys.argv)
|
||||||
|
|
||||||
mlt.mlt_log_set_level(40) # verbose
|
#mlt.mlt_log_set_level(40) # verbose
|
||||||
mlt.Factory.init()
|
mlt.Factory.init()
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue