aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-11-05 01:45:15 +0100
committerdec05eba <dec05eba@protonmail.com>2024-11-05 01:45:15 +0100
commit953953eac707495ffb77a7e65703ebe4380c4c52 (patch)
treeaf2f30d007b19c95daaf1863fc434856bafc4d5b
parent10fe4f6c51b0bad5b927d7c9b4ab7d0b0d712ea0 (diff)
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 2ce15ef..4a390e6 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -3108,7 +3108,7 @@ int main(int argc, char **argv) {
usage();
}
- video_bitrate *= 1024LL * 8LL;
+ video_bitrate *= 1000LL * 8LL;
} else {
if(!quality_str)
quality_str = "very_high";