Changeset 1018

Show
Ignore:
Timestamp:
10/20/07 14:27:24 (15 months ago)
Author:
stephen_booth
Message:

Slight cleanup

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/Audio/Decoders/MPEGDecoder.m

    r1015 r1018  
    508508                                 
    509509                                // 4 byte value containing total frames 
     510                                // For LAME-encoded MP3s, the number of MPEG frames in the file is one greater than this frame 
    510511                                if(FRAMES_FLAG & flags) { 
    511512                                        if(32 > ancillaryBitsRemaining) 
     
    550551                                        ancillaryBitsRemaining -= 32; 
    551552                                } 
    552                                  
    553                                 framesDecoded   = frames; 
    554553                                 
    555554                                _foundXingHeader = YES; 
     
    615614                                        _foundLAMEHeader = YES; 
    616615                                        break; 
    617                                          
    618616                                } 
    619617                        }