Skip to content

Commit aa0a079

Browse files
committed
Fix this.
1 parent 824a1ce commit aa0a079

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/transcoder/00-live.liq

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ def apply_filters(s) =
163163
end
164164

165165
try
166-
lufs := float_of_string(m["lavfi.r128.I"])
166+
lufs := float_of_string(m["lavfi.r128.S"])
167167
catch _ do
168168
()
169169
end

0 commit comments

Comments
 (0)