ffmpeg filter memory leak, cursor hopper fix, added leaker.C, misc fixes
[goodguy/history.git] / cinelerra-5.1 / cinelerra / formatpopup.C
index 683c7117d076e0b87bde18ad98a76e39e3a24f59..06e41453a561a34fe538cbaf9c68161c89f0b188 100644 (file)
@@ -40,10 +40,9 @@ FormatPopup::FormatPopup(ArrayList<PluginServer*> *plugindb,
 
 void FormatPopup::create_objects()
 {
-       format_items.append(new BC_ListBoxItem(_(FFMPEG_NAME)));
-
        if(!use_brender)
        {
+               format_items.append(new BC_ListBoxItem(_(FFMPEG_NAME)));
                format_items.append(new BC_ListBoxItem(_(AC3_NAME)));
                format_items.append(new BC_ListBoxItem(_(AIFF_NAME)));
                format_items.append(new BC_ListBoxItem(_(AU_NAME)));