Merge pull request 'feat(qmc): add mmp4 format' (#48) from feat/qmc-mmp4 into master
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #48
This commit is contained in:
commit
2c378d4d46
@ -230,9 +230,9 @@ func init() {
|
|||||||
"776176", //QQ Music Weiyun Wav
|
"776176", //QQ Music Weiyun Wav
|
||||||
|
|
||||||
"mgg", "mgg1", "mggl", //QQ Music New Ogg
|
"mgg", "mgg1", "mggl", //QQ Music New Ogg
|
||||||
"mflac", "mflac0", //QQ Music New Flac
|
"mflac", "mflac0", "mflach", //QQ Music New Flac
|
||||||
|
|
||||||
"mflach", // QQ Music Flac (storing key in dedicate MMKV)
|
"mmp4", // QQ Music MP4 Container, tipically used for Dolby EAC3 stream
|
||||||
}
|
}
|
||||||
for _, ext := range supportedExts {
|
for _, ext := range supportedExts {
|
||||||
common.RegisterDecoder(ext, false, NewDecoder)
|
common.RegisterDecoder(ext, false, NewDecoder)
|
||||||
|
Loading…
Reference in New Issue
Block a user