clip fixes, ladspa build fixes
[goodguy/history.git] / cinelerra-5.1 / cinelerra / dvdcreate.C
index 055b4ca57421254a3d7ec1158afc8f7e1983b3d5..6a870a72d980e036b6bffae8ae2b6afa1559b391 100644 (file)
@@ -262,6 +262,7 @@ int CreateDVD_Thread::create_dvd_jobs(ArrayList<BatchRenderJob*> *jobs, const ch
 
        double new_samplerate = session->sample_rate;
        double new_framerate = session->frame_rate;
+       edl->retrack();
        edl->rechannel();
        edl->resample(old_samplerate, new_samplerate, TRACK_AUDIO);
        edl->resample(old_framerate, new_framerate, TRACK_VIDEO);