mirror of
https://repo.dec05eba.com/gpu-screen-recorder
synced 2026-03-31 09:07:13 +09:00
Revert bitrate calculation
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user