You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
Update Frame.cpp
Fixing merge error
This commit is contained in:
@@ -976,7 +976,7 @@ void Frame::Play()
|
||||
(double) sample_rate,
|
||||
audio->getNumChannels()); // sample rate of source
|
||||
transport1.setPosition (0);
|
||||
transport1.setGain(1.0
|
||||
transport1.setGain(1.0);
|
||||
|
||||
|
||||
// Create MIXER
|
||||
|
||||
Reference in New Issue
Block a user