projects
/
ffpreview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66b4f09
)
* Fixed regression which resulted in relative paths being stored in index file.
author
Urban Wallasch
<urban.wallasch@freenet.de>
Sat, 15 May 2021 16:24:55 +0000
(18:24 +0200)
committer
Urban Wallasch
<urban.wallasch@freenet.de>
Sat, 15 May 2021 16:24:55 +0000
(18:24 +0200)
ffpreview.py
patch
|
blob
|
history
diff --git
a/ffpreview.py
b/ffpreview.py
index 89726137741d3805a658c23f516487e0815dfb04..cf356a5b9b018146fc3f6a68bbd8bca6b38d976d 100755
(executable)
--- a/
ffpreview.py
+++ b/
ffpreview.py
@@
-754,7
+754,7
@@
class sMainWindow(QMainWindow):
# analyze video
self.statdsp[0].setText('Analyzing')
QApplication.processEvents()
- self.thinfo, ok = get_thinfo(fname, self.thdir)
+ self.thinfo, ok = get_thinfo(
self.
fname, self.thdir)
if self.thinfo is None:
self.statdsp[0].setText('Unrecognized file format')
return