Changeset 1018
- Timestamp:
- 10/20/07 14:27:24 (15 months ago)
- Files:
-
- 1 modified
-
trunk/Audio/Decoders/MPEGDecoder.m (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Audio/Decoders/MPEGDecoder.m
r1015 r1018 508 508 509 509 // 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 510 511 if(FRAMES_FLAG & flags) { 511 512 if(32 > ancillaryBitsRemaining) … … 550 551 ancillaryBitsRemaining -= 32; 551 552 } 552 553 framesDecoded = frames;554 553 555 554 _foundXingHeader = YES; … … 615 614 _foundLAMEHeader = YES; 616 615 break; 617 618 616 } 619 617 }
