improve ffmpeg format selection popup menu, more ffmpeg audio fixes
[goodguy/history.git] / cinelerra-5.0 / cinelerra / batchrender.C
index 3a03f227e5b2db648ffd804aa2125549db2a550f..16d02ba15994fe52a1b1e9ad880c6762e2a3948a 100644 (file)
@@ -182,7 +182,7 @@ void BatchRenderJob::save(FileXML *file)
        char *string;
        defaults.save_string(string);
        file->append_text(string);
-       delete [] string;
+       free(string);
        file->tag.set_title("/JOB");
        file->append_tag();
        file->append_newline();
@@ -789,7 +789,7 @@ void BatchRenderGUI::create_objects()
 
        x = x1;
 
-       y += 30;
+       y += 64;
        add_subwindow(update_selected_edl = new BatchRenderUpdateEDL(thread,
                x,
                y));