update cin.po, goog xlat update xx.po
[goodguy/history.git] / cinelerra-5.1 / cinelerra / indexfile.C
index 5958efa5f85a08aaee6c6b50957d4521d1d95c41..dfb5d6b2d21b36993198bd81a7f570c440b2f54a 100644 (file)
@@ -336,7 +336,7 @@ int IndexFile::open_source()
                command.realtime = 0;
                cache = new CICache(mwindow->preferences);
                render_engine = new RenderEngine(0,
-                       mwindow->preferences, 0, 0, 0);
+                       mwindow->preferences, 0, 0);
                render_engine->set_acache(cache);
                render_engine->arm_command(&command);
                FileSystem fs;
@@ -445,7 +445,7 @@ SET_TRACE
 
 // Some file formats have their own sample index.
 // Test for index in stream table of contents
-       if(source && !source->get_index(index_filename))
+       if(source && !source->get_index(this, progress))
        {
                IndexState *index_state = get_state();
                index_state->index_status = INDEX_READY;