add threads param to ffmpeg plugins, spec fix, added m2t ext
[goodguy/history.git] / cinelerra-5.1 / cinelerra / track.C
index 05bb50365446eeaddbda67a3b00b8273ac6a4445..ae7d10491daa4149a71f7221b278d13b625e4b94 100644 (file)
@@ -339,7 +339,7 @@ int Track::load(FileXML *file, int track_offset, uint32_t load_flags)
                        else
                        if(file->tag.title_is("TITLE"))
                        {
-                               result = file->skip_tag();
+                               file->read_text_until("/TITLE", title, BCTEXTLEN);
                        }
                        else
                        if(load_flags && automation->load(file)