fixes for png colormodels
[goodguy/history.git] / cinelerra-5.1 / cinelerra / formattools.C
index 14ef61070daeaadbb158c1c5322ce91e8398b89e..e8cbef4e8c38dda4260a54980cc799cb861bbe6b 100644 (file)
@@ -793,7 +793,8 @@ int FormatFormat::handle_event()
                        asset->ff_audio_options[0] = 0;
                        asset->ff_video_options[0] = 0;
                        format->format_text->update(selection->get_text());
-                       format->update_extension();
+                       if( !format->use_brender )
+                               format->update_extension();
                        format->close_format_windows();
                        if (format->path_recent) format->path_recent->
                                load_items(File::formattostr(format->asset->format));