diff --git a/BDInfo/FormReport.cs b/BDInfo/FormReport.cs index 060e0c370..8451c792d 100644 --- a/BDInfo/FormReport.cs +++ b/BDInfo/FormReport.cs @@ -521,7 +521,7 @@ public void Generate( } string streamBitrate = string.Format(CultureInfo.InvariantCulture, - "{0:N0}", + "{0:D}", (int)Math.Round((double)stream.BitRate / 1000)); if (stream.AngleIndex > 0) {