Ignore:
Timestamp:
10/21/07 14:29:34 (17 years ago)
Author:
r2d
Message:

correction for mono files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xmms-musepack/branches/r2d/src/libmpc.h

    r218 r361  
    194194    int clipMax    = (1 << (pSize - 1)) - 1;
    195195    int floatScale =  1 << (pSize - 1);
    196     for (unsigned n = 0; n < 2 * pLength; n++)
     196    for (unsigned n = 0; n < pLength; n++)
    197197    {
    198198        int val;
Note: See TracChangeset for help on using the changeset viewer.