Ffmpeg : Fix function export.

This commit is contained in:
Dmitry Voronin 2024-06-29 22:19:37 +03:00
parent bb082dc2e3
commit 202f06c7df
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -85,7 +85,7 @@
}
# Get recommended keyframe interval for a file.
_ffprobe_keyint() {
function _ffprobe_keyint() {
local fps=$(_ffprobe_fps "''${1}")
echo $((fps*5))
}