aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-11-05 09:23:39 +0100
committerdec05eba <dec05eba@protonmail.com>2024-11-05 09:23:39 +0100
commit70b9e3d6ffc1f9a6b1e8b606fbee1ce0d2fe9f16 (patch)
treebb6a8fe3ae59300bdbd565d489a5e244a2d2a63c
parent953953eac707495ffb77a7e65703ebe4380c4c52 (diff)
Revert bitrate calculation
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 4a390e6..848ee38 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -3108,7 +3108,7 @@ int main(int argc, char **argv) {
usage();
}
- video_bitrate *= 1000LL * 8LL;
+ video_bitrate *= 1000LL;
} else {
if(!quality_str)
quality_str = "very_high";