projects
/
ffpreview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ff9db3
)
* Fix: Include the saved customvf setting when checking index file.
author
Urban Wallasch
<urban.wallasch@freenet.de>
Wed, 5 May 2021 20:31:33 +0000
(22:31 +0200)
committer
Urban Wallasch
<urban.wallasch@freenet.de>
Wed, 5 May 2021 20:31:33 +0000
(22:31 +0200)
ffpreview.py
patch
|
blob
|
history
diff --git
a/ffpreview.py
b/ffpreview.py
index da533451c8491d6b907794acb7fc34784b6fdd93..9c16aed8d5fc971bf5176975b5c864fae8e7786f 100755
(executable)
--- a/
ffpreview.py
+++ b/
ffpreview.py
@@
-260,6
+260,8
@@
def chk_idxfile():
return False
if chk['scene_thresh'] != thinfo['scene_thresh']:
return False
+ if chk['customvf'] != thinfo['customvf']:
+ return False
# do something with date?
thinfo = chk
return True