Skip to content

Commit

Permalink
shitOS
Browse files Browse the repository at this point in the history
  • Loading branch information
kojirou1994 committed Oct 14, 2023
1 parent a35e3c7 commit 5a2d4ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/libChoco/VapourSynth/template.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ public func generateScript(encodeScript: String, filePath: String, trackIndex: I
let tree = parser.parse(string: encodeScript)
var dic = [
"filePath": "r\"" + filePath + "\"",
"filePath_WIN": "r\"" + filePath.replacingOccurrences(of: "/", with: "\\") + "\"",
// "trackIndex": trackIndex,
"encoderDepth": encoderDepth
] as [String : Any]
Expand Down

0 comments on commit 5a2d4ff

Please sign in to comment.