mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-09 23:25:43 +01:00
Remove misleading export quality comments
This commit is contained in:
parent
00fe7e8778
commit
c04b05f497
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue