mirror of
https://git.um-react.app/um/cli.git
synced 2025-11-28 11:43:02 +00:00
Unregister Raw Decoders
This commit is contained in:
@@ -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"))*/
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user