aboutsummaryrefslogtreecommitdiff
path: root/options.py
diff options
context:
space:
mode:
Diffstat (limited to 'options.py')
-rw-r--r--options.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/options.py b/options.py
index e4ae452..2fc8078 100644
--- a/options.py
+++ b/options.py
@@ -255,7 +255,7 @@ class OptionsPanel(wx.Panel):
new_start = new_end - new_duration
input_opts += ['-ss', str(new_start)]
if self.end_time.is_edit():
- output_opts += ['-to', str(self.end_time.get_final())]
+ input_opts += ['-to', str(self.end_time.get_final())]
if self.duration.is_edit():
output_opts += ['-t', str(self.duration.get_final())]