mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
Allow encoders of different formats to share the same name; Rename "libALAC", "libFlake" and "builtin wav" encoders to "cuetools"
This commit is contained in:
@@ -27,7 +27,7 @@ using System.Runtime.InteropServices;
|
||||
|
||||
namespace CUETools.Codecs.WMA
|
||||
{
|
||||
[AudioDecoderClass("builtin wma", "wma")]
|
||||
[AudioDecoderClass("windows", "wma")]
|
||||
public class WMAReader : IAudioSource
|
||||
{
|
||||
IWMSyncReader m_syncReader;
|
||||
|
||||
Reference in New Issue
Block a user