Bug 2231 - Graphic Eq may create wrong effect

This commit is contained in:
James Crook 2019-11-08 20:12:13 +00:00
parent b3539ed2b8
commit eb00470042
1 changed files with 1 additions and 0 deletions

View File

@ -673,6 +673,7 @@ bool EffectEqualization::Process()
}
#endif
this->CopyInputTracks(); // Set up mOutputTracks.
CalcFilter();
bool bGoodResult = true;
int count = 0;