We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 697c8ce commit a8a8b04Copy full SHA for a8a8b04
src/decoder/symphonia.rs
@@ -195,7 +195,8 @@ impl Source for SymphoniaDecoder {
195
));
196
}
197
198
- // Seeking should be "saturating", meaning: target positions beyond the end of the stream // are clamped to the end.
+ // Seeking should be "saturating", meaning: target positions beyond the end of the stream
199
+ // are clamped to the end.
200
let mut target = pos;
201
if let Some(total_duration) = self.total_duration {
202
if target > total_duration {
0 commit comments