aboutsummaryrefslogtreecommitdiff
path: root/polish/napi/files/patch-libs_libnapi__subs.sh
blob: 2b55c8f3f902329f658d7f4e2990681178511b02 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- libs/libnapi_subs.sh.orig	2020-04-26 01:52:36 UTC
+++ libs/libnapi_subs.sh
@@ -189,11 +189,11 @@ subs_convertFormat() {
     subotage_processFile \
         "${videoFileDir}/${sourceSubsFileName}" \
         "none" \
-        "0" \
+        "${fps}" \
         "" \
         "${videoFileDir}/${destSubsFileName}" \
         "${format}" \
-        "${fps}" \
+        "0" \
         ""
     convStatus=$?