audio::Stream.setTime(time)
This commit is contained in:
+1
-1
@@ -134,7 +134,7 @@ public:
|
||||
|
||||
void seek(size_t position) override {
|
||||
if (!closed && seekable) {
|
||||
ov_raw_seek(&vf, position);
|
||||
ov_pcm_seek(&vf, position);
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user