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:
@@ -272,7 +272,7 @@ void Clip::Close()
|
||||
// Get end position of clip (trim end of video), which can be affected by the time curve.
|
||||
float Clip::End()
|
||||
{
|
||||
// if a time curve is present, use it's length
|
||||
// if a time curve is present, use its length
|
||||
if (time.Points.size() > 1)
|
||||
{
|
||||
// Determine the FPS fo this clip
|
||||
|
||||
Reference in New Issue
Block a user