remove old quicktime, replaced with current ffmpeg
[goodguy/history.git] / cinelerra-5.0 / cinelerra / formatpopup.C
index 968444bf08bdc32a34103f4f3b523017b487a8e4..dacb76cced5620bae73bf30027e85168669a1ee3 100644 (file)
@@ -40,6 +40,8 @@ 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(_(AC3_NAME)));
@@ -53,12 +55,9 @@ void FormatPopup::create_objects()
 
        if(!use_brender)
        {
-               format_items.append(new BC_ListBoxItem(_(AVI_NAME)));
                format_items.append(new BC_ListBoxItem(_(EXR_NAME)));
                format_items.append(new BC_ListBoxItem(_(EXR_LIST_NAME)));
                format_items.append(new BC_ListBoxItem(_(WAV_NAME)));
-               format_items.append(new BC_ListBoxItem(_(MOV_NAME)));
-               format_items.append(new BC_ListBoxItem(_(FFMPEG_NAME)));
                format_items.append(new BC_ListBoxItem(_(AMPEG_NAME)));
                format_items.append(new BC_ListBoxItem(_(VMPEG_NAME)));
                format_items.append(new BC_ListBoxItem(_(OGG_NAME)));