Skip to content

Commit

Permalink
add todo about can_seek to mix
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdsk committed Oct 4, 2023
1 parent 9f22908 commit 7c6f890
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/source/mix.rs
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ where

#[inline]
fn try_seek(&mut self, pos: Duration) -> Result<(), SeekNotSupported> {
todo!("should check if both inputs support seeking");
self.input1.try_seek(pos)?;
self.input2.try_seek(pos)
}
Expand Down

0 comments on commit 7c6f890

Please sign in to comment.