fix grammar error with possessive its and update sample for audio parameter

This commit is contained in:
Chris Kirmse
2019-03-14 09:26:56 -07:00
parent 3f17601db6
commit 650d3ec820
32 changed files with 49 additions and 48 deletions

View File

@@ -263,7 +263,7 @@ std::shared_ptr<QImage> Frame::GetWaveform(int width, int height, int Red, int G
return wave_image;
}
// Clear the waveform image (and deallocate it's memory)
// Clear the waveform image (and deallocate its memory)
void Frame::ClearWaveform()
{
if (wave_image)