mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
Allow decoders of different formats to share the same name.
Rename "builtin alac", libFlake and "builtin wav" decoders to "cuetools". Select builtin decoders by default.
This commit is contained in:
@@ -59,7 +59,7 @@ namespace CUETools { namespace Codecs { namespace WavPack {
|
||||
[UnmanagedFunctionPointer(CallingConvention::Cdecl)]
|
||||
public delegate int DecoderCanSeekDelegate(void *id);
|
||||
|
||||
[AudioDecoderClass("libwavpack", "wv")]
|
||||
[AudioDecoderClass("libwavpack", "wv", 1)]
|
||||
public ref class WavPackReader : public IAudioSource
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user