Unregister Raw Decoders
This commit is contained in:
parent
91e23a20dd
commit
95f613481d
@ -39,9 +39,9 @@ func DecoderFuncWithExt(ext string) NewDecoderFunc {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
func init() {
|
func init() {
|
||||||
RegisterDecoder("mp3", DecoderFuncWithExt("mp3"))
|
/*RegisterDecoder("mp3", DecoderFuncWithExt("mp3"))
|
||||||
RegisterDecoder("flac", DecoderFuncWithExt("flac"))
|
RegisterDecoder("flac", DecoderFuncWithExt("flac"))
|
||||||
RegisterDecoder("wav", DecoderFuncWithExt("wav"))
|
RegisterDecoder("wav", DecoderFuncWithExt("wav"))
|
||||||
RegisterDecoder("ogg", DecoderFuncWithExt("ogg"))
|
RegisterDecoder("ogg", DecoderFuncWithExt("ogg"))
|
||||||
RegisterDecoder("m4a", DecoderFuncWithExt("m4a"))
|
RegisterDecoder("m4a", DecoderFuncWithExt("m4a"))*/
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user