diff options
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"; |