aboutsummaryrefslogtreecommitdiff
path: root/devscripts
diff options
context:
space:
mode:
authorsepro <4618135+seproDev@users.noreply.github.com>2024-04-01 01:17:24 +0200
committerGitHub <noreply@github.com>2024-04-01 04:47:24 +0530
commit86e3b82261e8ebc6c6707c09544c9dfb8907c0fd (patch)
treee968d096859d9b8d6bf043fadf37401a84dfdee1 /devscripts
parente7b17fce14775bd2448695c8eb7379b8d31d3537 (diff)
[core] Fix `filesize_approx` calculation (#9560)
Reverts 22e4dfacb61f62dfbb3eb41b31c7b69ba1059b80 Despite being documented as `Kbit/s`, the extractors/manifests were returning bitrates in SI units of kilobits/sec. Authored by: seproDev, pukkandan
Diffstat (limited to 'devscripts')
-rw-r--r--devscripts/changelog_override.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/devscripts/changelog_override.json b/devscripts/changelog_override.json
index 2a34ad071..eaa348cf2 100644
--- a/devscripts/changelog_override.json
+++ b/devscripts/changelog_override.json
@@ -126,5 +126,9 @@
"when": "4ce57d3b873c2887814cbec03d029533e82f7db5",
"short": "[ie] Support multi-period MPD streams (#6654)",
"authors": ["alard", "pukkandan"]
+ },
+ {
+ "action": "remove",
+ "when": "22e4dfacb61f62dfbb3eb41b31c7b69ba1059b80"
}
]