diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2012-01-30 16:02:34 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2012-01-30 16:02:34 +0000 |
| commit | a43217c1c3ff3932a77cfa59024fca8f8dfb7d9d (patch) | |
| tree | 145344aab1ddf70f0bbd4e5d6974660c5f3a32c2 | |
| parent | ae063ba64c2f647b31786839bdd56843d32db2a8 (diff) | |
| download | qmmp-a43217c1c3ff3932a77cfa59024fca8f8dfb7d9d.tar.gz qmmp-a43217c1c3ff3932a77cfa59024fca8f8dfb7d9d.tar.bz2 qmmp-a43217c1c3ff3932a77cfa59024fca8f8dfb7d9d.zip | |
fixed typo
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2576 90c681e8-e032-0410-971d-27865f9a5e38
| -rw-r--r-- | src/plugins/Input/aac/decoderaacfactory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/Input/aac/decoderaacfactory.cpp b/src/plugins/Input/aac/decoderaacfactory.cpp index f14b38509..ebf48b6d1 100644 --- a/src/plugins/Input/aac/decoderaacfactory.cpp +++ b/src/plugins/Input/aac/decoderaacfactory.cpp @@ -52,7 +52,7 @@ bool DecoderAACFactory::canDecode(QIODevice *input) const memmove (buf, buf + tag_size, buf_at - tag_size); } - //try to determnate header type; + //try to determinate header type; if (buf[0] == 0xff && ((buf[1] & 0xf6) == 0xf0)) //ADTS header return true; else if (!memcmp(buf, "ADIF", 4)) //ADIF header |
