Well, see the answer in that SO.com question -- use `PHYSFS_tell()` to get the current location, calculate the pos according to `type` (see `AR_seekOgg()` in that answer), and then use `PHYSFS_seek()`.<br><br><div class="gmail_quote">
On 3 December 2012 17:07, fy <span dir="ltr">&lt;<a href="mailto:fy0748@gmail.com" target="_blank">fy0748@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I tried to make vobisogg works with physfs.<br>
<br>
(ref: <a href="http://stackoverflow.com/questions/13437422/libvorbis-audio-decode-from-memory-in-c" target="_blank">http://stackoverflow.com/<u></u>questions/13437422/libvorbis-<u></u>audio-decode-from-memory-in-c</a>)<br>

<br>
When I use PHYSFS_seek, I found only two parameters, is not match with fseek.<br>
<br>
Any way to resolve the problem?<span class="HOEnZb"><font color="#888888"><br>
<br>
<br>
-- <br>
使用Opera的电子邮件客户端:<a href="http://www.opera.com/mail/" target="_blank">http://www.<u></u>opera.com/mail/</a><br>
______________________________<u></u>_________________<br>
physfs mailing list<br>
<a href="mailto:physfs@icculus.org" target="_blank">physfs@icculus.org</a><br>
<a href="http://icculus.org/mailman/listinfo/physfs" target="_blank">http://icculus.org/mailman/<u></u>listinfo/physfs</a><br>
</font></span></blockquote></div><br>