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 dc324f9 commit ca66e33Copy full SHA for ca66e33
src/decoder/symphonia.rs
@@ -193,7 +193,8 @@ impl Source for SymphoniaDecoder {
193
));
194
}
195
196
- // 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
197
+ // are clamped to the end.
198
let mut target = pos;
199
if let Some(total_duration) = self.total_duration {
200
if target > total_duration {
0 commit comments