diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-09-15 15:54:18 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-09-15 15:54:18 +0000 |
| commit | 8ba3c4bc2f133794b60d8224ef1d844fb6903344 (patch) | |
| tree | 816e56a4f42d32266518c1ecc3cbba78987f8bfa /src/plugins/Input/mad/decoder_mad.h | |
| parent | 095abc2e238556b3b89f55a6c7885450e3e3385b (diff) | |
| download | qmmp-8ba3c4bc2f133794b60d8224ef1d844fb6903344.tar.gz qmmp-8ba3c4bc2f133794b60d8224ef1d844fb6903344.tar.bz2 qmmp-8ba3c4bc2f133794b60d8224ef1d844fb6903344.zip | |
fixed some bugs, removed unused code
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1222 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Input/mad/decoder_mad.h')
| -rw-r--r-- | src/plugins/Input/mad/decoder_mad.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/plugins/Input/mad/decoder_mad.h b/src/plugins/Input/mad/decoder_mad.h index 68fc35538..c78e3f8c8 100644 --- a/src/plugins/Input/mad/decoder_mad.h +++ b/src/plugins/Input/mad/decoder_mad.h @@ -29,11 +29,10 @@ public: bool initialize(); qint64 totalTime(); int bitrate(); - -private: qint64 read(char *data, qint64 size); void seek(qint64); +private: // helper functions qint64 madOutput(char *data, qint64 size); bool fillBuffer(); |
