mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-25 16:48:44 +02:00
Comments about "/FileFormats/FFmpegUseLPC"
This commit is contained in:
parent
f4622af749
commit
2463a6683b
@ -1570,7 +1570,10 @@ void ExportFFmpegOptions::PopulateOrExchange(ShuttleGui & S)
|
|||||||
mMaxPartitionOrderSpin = S.Id(FEMaxPartOrderID).TieSpinCtrl(_("Max. PtO"), wxT("/FileFormats/FFmpegMaxPartOrder"), -1, 8, -1);
|
mMaxPartitionOrderSpin = S.Id(FEMaxPartOrderID).TieSpinCtrl(_("Max. PtO"), wxT("/FileFormats/FFmpegMaxPartOrder"), -1, 8, -1);
|
||||||
mMaxPartitionOrderSpin->SetToolTip(_("Maximal partition order\nOptional\n-1 - default\nmin - 0\nmax - 8"));
|
mMaxPartitionOrderSpin->SetToolTip(_("Maximal partition order\nOptional\n-1 - default\nmin - 0\nmax - 8"));
|
||||||
|
|
||||||
|
/* i18n-hint: Abbreviates "Linear Predictive Coding",
|
||||||
|
but this text needs to be kept very short */
|
||||||
S.AddVariableText(_("Use LPC"));
|
S.AddVariableText(_("Use LPC"));
|
||||||
|
// PRL: This preference is not used anywhere!
|
||||||
S.Id(FEUseLPCID).TieCheckBox( {}, wxT("/FileFormats/FFmpegUseLPC"), true);
|
S.Id(FEUseLPCID).TieCheckBox( {}, wxT("/FileFormats/FFmpegUseLPC"), true);
|
||||||
}
|
}
|
||||||
S.EndMultiColumn();
|
S.EndMultiColumn();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user