mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 09:18:42 +09:00
Remove separate MP3 name space
It is no longer needed.
This commit is contained in:
parent
eae0de2b3f
commit
8cfddb6559
5 changed files with 2 additions and 7 deletions
|
|
@ -24,7 +24,7 @@ MP3Decoder::Clone(MediaDecoderOwner* aOwner) {
|
|||
MediaDecoderStateMachine*
|
||||
MP3Decoder::CreateStateMachine() {
|
||||
RefPtr<MediaDecoderReader> reader =
|
||||
new MediaFormatReader(this, new mp3::MP3Demuxer(GetResource()));
|
||||
new MediaFormatReader(this, new MP3Demuxer(GetResource()));
|
||||
return new MediaDecoderStateMachine(this, reader);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue