summaryrefslogtreecommitdiff
path: root/scripts/export_mp4chaps.lua
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-09-27 05:03:10 +0200
committerRobin Gareus <robin@gareus.org>2017-09-27 05:03:10 +0200
commiteb928b05e98260d6e2079b104b75267058633a1d (patch)
tree3f4d2300a70ebfac4bd067477e660eff84f6d670 /scripts/export_mp4chaps.lua
parent53fb2f62353e48a71896da0d4e54ee394e917f86 (diff)
More s/frame/sample/ -- Lua Scripts
Sadly this breaks existing loaded scripts. C'est la vie.
Diffstat (limited to 'scripts/export_mp4chaps.lua')
-rw-r--r--scripts/export_mp4chaps.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/export_mp4chaps.lua b/scripts/export_mp4chaps.lua
index 962ea759c2..98b5b9dc65 100644
--- a/scripts/export_mp4chaps.lua
+++ b/scripts/export_mp4chaps.lua
@@ -19,7 +19,7 @@ have to wait for the export.
function factory (unused_params) return function ()
- local fr = Session:frame_rate()
+ local fr = Session:sample_rate()
local chaps = {}
for l in Session:locations():list():iter() do