Vorbis seeking impl

custom
ailurux 1 year ago
parent 19f60e33c4
commit 912060de1b
  1. 2
      src/codecs/vorbis.cpp

@ -118,7 +118,7 @@ auto TremorVorbisDecoder::OpenStream(std::shared_ptr<IStream> input,uint32_t off
} }
if (offset) { if (offset) {
ov_time_seek(&vorbis_, offset*1000); ov_time_seek(vorbis_.get(), offset*1000);
} }
return OutputFormat{ return OutputFormat{

Loading…
Cancel
Save