diff options
| author | tassaron | 2017-08-19 18:32:12 -0400 |
|---|---|---|
| committer | tassaron | 2017-08-19 18:32:12 -0400 |
| commit | c07f2426ceeada205fdacbfba66329179a74a1dc (patch) | |
| tree | ff69455b1cec3cff36cf2c4edeae93cd8600649d /src/components/waveform.py | |
| parent | 87e762a8aa3fa97a3d43a18c59098b287bb95506 (diff) | |
fixed issues with undoing relative widgets
Diffstat (limited to 'src/components/waveform.py')
| -rw-r--r-- | src/components/waveform.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/waveform.py b/src/components/waveform.py index 0743e55..5c02bbf 100644 --- a/src/components/waveform.py +++ b/src/components/waveform.py @@ -98,7 +98,7 @@ class Component(Component): '-r', self.settings.value("outputFrameRate"), '-ss', "{0:.3f}".format(startPt), '-i', - os.path.join(self.core.wd, 'background.png') + self.core.junkStream if genericPreview else inputFile, '-f', 'image2pipe', '-pix_fmt', 'rgba', |
