Adjust WMA default bitrate to 128.

This commit is contained in:
Leland Lucius 2015-08-24 23:45:35 -05:00
parent b57df1674d
commit 6944ae9dff
1 changed files with 1 additions and 1 deletions

View File

@ -368,7 +368,7 @@ void ExportFFmpegWMAOptions::PopulateOrExchange(ShuttleGui & S)
S.StartMultiColumn(2, wxCENTER);
{
S.TieChoice(_("Bit Rate:"), wxT("/FileFormats/WMABitRate"),
96000, mBitRateNames, mBitRateLabels);
128000, mBitRateNames, mBitRateLabels);
}
S.EndMultiColumn();
}