From f9696caac5581abea11d9d93be98188ed7818325 Mon Sep 17 00:00:00 2001
From: Andrew Randrianasulu <randrianasulu@gmail.com>
Date: Mon, 12 Jul 2021 23:12:46 +0300
Subject: [PATCH 2/3] Fixup titler plugin after variable fast/slow speed change

---
 cinelerra-5.1/plugins/titler/titler.C | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cinelerra-5.1/plugins/titler/titler.C b/cinelerra-5.1/plugins/titler/titler.C
index 95218e4c..06fb7938 100644
--- a/cinelerra-5.1/plugins/titler/titler.C
+++ b/cinelerra-5.1/plugins/titler/titler.C
@@ -1213,7 +1213,7 @@ Indexable *TitleMain::open_background(const char *filename)
 	nested_edl->create_objects();
 	nested_edl->set_path(filename);
 	nested_edl->load_xml(&xml_file, LOAD_ALL);
-	TransportCommand command;
+	TransportCommand command(server->preferences);
 	//command.command = audio_tracks ? NORMAL_FWD : CURRENT_FRAME;
 	command.command = CURRENT_FRAME;
 	command.get_edl()->copy_all(nested_edl);
-- 
2.32.0

