Changeset 1214

Show
Ignore:
Timestamp:
11/27/09 21:43:34 (8 months ago)
Author:
gbooker
Message:

Since this hack is only for MP3, it should be set to the correct value.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/ff_private.c

    r1212 r1214  
    260260                asbd.mFramesPerPacket = codec->frame_size; 
    261261        if (!asbd.mFramesPerPacket && !asbd.mBytesPerPacket && asbd.mFormatID == kAudioFormatMPEGLayer3) //MP3 Decode is broken on some versions of Tiger and the AppleTV 
    262                 asbd.mFramesPerPacket = 1; 
     262                asbd.mFramesPerPacket = 1152; 
    263263        asbd.mBitsPerChannel = codec->bits_per_coded_sample; 
    264264