add ffmpeg dvd render option, fix undo deadlock, fix a few plugin interface gaffs
[goodguy/history.git] / cinelerra-5.0 / cinelerra / filempeg.C
index 3791322508215d9a70d44add9a174c7b2e123c41..6e5da23a741933c37d3326cda80e6aaafc79451e 100644 (file)
@@ -518,7 +518,6 @@ int FileMPEG::open_file(int rd, int wr)
                                        append_vcommand_line("-q");
                                        append_vcommand_line(quant_string);
                                }
-                               append_vcommand_line(!asset->vmpeg_fix_bitrate ? quant_string : "");
                                append_vcommand_line("-n");
                                append_vcommand_line(iframe_string);
                                append_vcommand_line(asset->vmpeg_progressive ? "-p" : "");