Revert bitrate calculation

This commit is contained in:
dec05eba
2024-11-05 09:23:39 +01:00
parent 953953eac7
commit 70b9e3d6ff

View File

@@ -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";