]> git.tdb.fi Git - libs/al.git/blobdiff - source/mp3decoder.h
Implement seeking in sound decoders
[libs/al.git] / source / mp3decoder.h
index c026081126b3f76c259d9dea70e70948bd54b0dc..201d68f26e789f174041b08b3e0c97e2c8d0f1e2 100644 (file)
@@ -35,7 +35,7 @@ public:
 
        static bool detect(const std::string &);
 
-       virtual void rewind();
+       virtual void seek(unsigned);
        virtual unsigned read(char *, unsigned);
 
 private: