diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-11-05 01:45:15 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-11-05 01:45:15 +0100 |
commit | 953953eac707495ffb77a7e65703ebe4380c4c52 (patch) | |
tree | af2f30d007b19c95daaf1863fc434856bafc4d5b /src/main.cpp | |
parent | 10fe4f6c51b0bad5b927d7c9b4ab7d0b0d712ea0 (diff) |
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 2 |
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"; |