Skip to content
Commit e596a468 authored by Albert Astals Cid's avatar Albert Astals Cid
Browse files

Fix VirtualFileQt::seek return value

The libsndfile docu says

sf_vio_seek
  typedef sf_count_t  (*sf_vio_seek)        (sf_count_t offset, int whence, void *user_data) ;

The virtual file context must seek to offset using the seek mode provided by
whence which is one of SEEK_CUR, SEEK_SET, SEEK_END.

The return value must contain the new offset in the file.
parent 2a27f298
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment