X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.0%2Fcinelerra%2Fformatpopup.C;h=dacb76cced5620bae73bf30027e85168669a1ee3;hb=6c0c8bd0e577001d1cc18c6c27d58e62f58a6bff;hp=968444bf08bdc32a34103f4f3b523017b487a8e4;hpb=c58bbe01c3c09edf315f78508e61e8924bf44eb0;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.0/cinelerra/formatpopup.C b/cinelerra-5.0/cinelerra/formatpopup.C index 968444bf..dacb76cc 100644 --- a/cinelerra-5.0/cinelerra/formatpopup.C +++ b/cinelerra-5.0/cinelerra/formatpopup.C @@ -40,6 +40,8 @@ FormatPopup::FormatPopup(ArrayList *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)));