mirror of
https://git.unlock-music.dev/um/cli.git
synced 2025-02-22 13:31:30 +08:00
Unregister Raw Decoders
This commit is contained in:
parent
91e23a20dd
commit
95f613481d
@ -39,9 +39,9 @@ func DecoderFuncWithExt(ext string) NewDecoderFunc {
|
||||
}
|
||||
}
|
||||
func init() {
|
||||
RegisterDecoder("mp3", DecoderFuncWithExt("mp3"))
|
||||
/*RegisterDecoder("mp3", DecoderFuncWithExt("mp3"))
|
||||
RegisterDecoder("flac", DecoderFuncWithExt("flac"))
|
||||
RegisterDecoder("wav", DecoderFuncWithExt("wav"))
|
||||
RegisterDecoder("ogg", DecoderFuncWithExt("ogg"))
|
||||
RegisterDecoder("m4a", DecoderFuncWithExt("m4a"))
|
||||
RegisterDecoder("m4a", DecoderFuncWithExt("m4a"))*/
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user