aboutsummaryrefslogtreecommitdiff
path: root/lib/streamreader.h
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2007-08-06 08:09:29 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2007-08-06 08:09:29 +0000
commita81ae71cb491c6e8d5a208a0b9b352fa11381a13 (patch)
treee5b764220888263314e90214510b1ae9ce2d926c /lib/streamreader.h
parent7d75d2947cd4d1a9ff1da7e3b2d4bb2c7a0d9c69 (diff)
downloadqmmp-a81ae71cb491c6e8d5a208a0b9b352fa11381a13.tar.gz
qmmp-a81ae71cb491c6e8d5a208a0b9b352fa11381a13.tar.bz2
qmmp-a81ae71cb491c6e8d5a208a0b9b352fa11381a13.zip
added identification by content (ogg vorbis and mpeg)
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@61 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'lib/streamreader.h')
-rw-r--r--lib/streamreader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/streamreader.h b/lib/streamreader.h
index 2489402ed..9b0af5df7 100644
--- a/lib/streamreader.h
+++ b/lib/streamreader.h
@@ -50,7 +50,7 @@ public:
void close ();
bool isSequential () const;
bool open ( OpenMode mode );
- qint64 pos () const;
+ //qint64 pos () const;
bool reset ();
bool seek ( qint64 pos );
qint64 size () const;