aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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";