Skip to content

Commit 924fa29

Browse files
committed
refactor: move ReadSeekSource into symphonia module
1 parent e01f1a2 commit 924fa29

File tree

4 files changed

+205
-254
lines changed

4 files changed

+205
-254
lines changed

src/decoder/builder.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ use std::{
106106
};
107107

108108
#[cfg(feature = "symphonia")]
109-
use self::read_seek_source::ReadSeekSource;
109+
use super::symphonia::ReadSeekSource;
110110
#[cfg(feature = "symphonia")]
111111
use ::symphonia::core::io::{MediaSource, MediaSourceStream};
112112

src/decoder/mod.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,6 @@ mod flac;
7272
#[cfg(feature = "minimp3")]
7373
mod mp3;
7474
#[cfg(feature = "symphonia")]
75-
mod read_seek_source;
76-
#[cfg(feature = "symphonia")]
7775
mod symphonia;
7876
#[cfg(feature = "lewton")]
7977
mod vorbis;

src/decoder/read_seek_source.rs

Lines changed: 0 additions & 250 deletions
This file was deleted.

0 commit comments

Comments
 (0)