X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;ds=sidebyside;f=cinelerra-5.1%2Fcinelerra%2Fformatpopup.C;h=06e41453a561a34fe538cbaf9c68161c89f0b188;hb=e9a3c57c8d3bb4d79e76a4c3942f86a66d3c267e;hp=683c7117d076e0b87bde18ad98a76e39e3a24f59;hpb=47462c7a88ed4f844fa4eaf32a84533aa847b7d5;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/formatpopup.C b/cinelerra-5.1/cinelerra/formatpopup.C index 683c7117..06e41453 100644 --- a/cinelerra-5.1/cinelerra/formatpopup.C +++ b/cinelerra-5.1/cinelerra/formatpopup.C @@ -40,10 +40,9 @@ 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(_(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)));