Remove misleading export quality comments

This commit is contained in:
Robin Gareus
2022-10-10 02:23:55 +02:00
parent 00fe7e8778
commit c04b05f497

View File

@@ -446,10 +446,10 @@ ExportFormatSpecification::set_state (const XMLNode & root)
* hardcode them here for the time being.
*/
if (format_id() == F_FFMPEG) {
_codec_quality = -2; // ExportFormatOggVorbis::default_codec_quality();
_codec_quality = -2;
}
else if (format_id() == F_Ogg) {
_codec_quality = 40; // ExportFormatFFMPEG::default_codec_quality();
_codec_quality = 40;
}
}