I'm trying to put together an access module for VLC 0.8.5, but I'm currently stuck at a point where I cannot seem to find how to perform a seek to a specific byte position within a media file. From within the Seek function for my module, I have tried setting p_access->info.i_pos to the byte position...