]> git.tdb.fi Git - libs/al.git/blobdiff - source/oggdecoder.h
Add signature detection for sound files
[libs/al.git] / source / oggdecoder.h
index 49cadbb1bea56f3c29b40cd59f4b5f117ca9728f..aab8f5c8da6b06c7b66049e90d1687e2fe4ee4bc 100644 (file)
@@ -29,6 +29,8 @@ public:
        OggDecoder(IO::Seekable &);
        ~OggDecoder();
 
+       static bool detect(const std::string &);
+
        virtual void rewind();
        virtual unsigned read(char *, unsigned);
 };