diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2016-08-01 12:40:58 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2016-08-01 12:40:58 +0000 |
| commit | 065a93f8f0e4a1aad744d37c7b08ce05c0883dad (patch) | |
| tree | 1bdb0ff49f951837bd18d5a6dee8f119375a92b5 /src/plugins/Input/mad | |
| parent | 860a01511c7cd537382e77755d40d80a49190bbb (diff) | |
| download | qmmp-065a93f8f0e4a1aad744d37c7b08ce05c0883dad.tar.gz qmmp-065a93f8f0e4a1aad744d37c7b08ce05c0883dad.tar.bz2 qmmp-065a93f8f0e4a1aad744d37c7b08ce05c0883dad.zip | |
added comment
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@6629 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Input/mad')
| -rw-r--r-- | src/plugins/Input/mad/decodermadfactory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/Input/mad/decodermadfactory.cpp b/src/plugins/Input/mad/decodermadfactory.cpp index c3aebda8a..5a00979dd 100644 --- a/src/plugins/Input/mad/decodermadfactory.cpp +++ b/src/plugins/Input/mad/decodermadfactory.cpp @@ -87,7 +87,7 @@ bool DecoderMADFactory::canDecode(QIODevice *input) const { input->seek(header.tagSize()); buf_at = input->read(buf, sizeof(buf)); - input->seek(0); + input->seek(0); //restore inital position } } |
