projects
/
ffpreview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c260f3d
)
* Store customvf filter settings in index file.
author
Urban Wallasch
<urban.wallasch@freenet.de>
Wed, 5 May 2021 20:09:25 +0000
(22:09 +0200)
committer
Urban Wallasch
<urban.wallasch@freenet.de>
Wed, 5 May 2021 20:09:25 +0000
(22:09 +0200)
ffpreview.py
patch
|
blob
|
history
diff --git
a/ffpreview.py
b/ffpreview.py
index 0106ac922f33f00dccea35eae6105aa764e1ab7e..da533451c8491d6b907794acb7fc34784b6fdd93 100755
(executable)
--- a/
ffpreview.py
+++ b/
ffpreview.py
@@
-200,6
+200,7
@@
thinfo = {
'frame_skip': cfg.frame_skip,
'time_skip': cfg.time_skip,
'scene_thresh': cfg.scene_thresh,
+ 'customvf': cfg.customvf,
'date':0,
'th':[]
}