Fix priorities and constructores for ALAC and MACLib

This commit is contained in:
Grigory Chudov
2018-04-01 20:42:31 -04:00
parent 6676a22d81
commit 18c6c1ae3a
3 changed files with 3 additions and 8 deletions

View File

@@ -19,7 +19,7 @@ namespace CUETools.Codecs.MACLib
public Type DecoderType => typeof(AudioDecoder);
[Browsable(false)]
public int Priority => 1;
public int Priority => 2;
public IAudioDecoderSettings Clone()
{