You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
fix grammar error with possessive its and update sample for audio parameter
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user