Modified:
trunk/Encoders/CoreAudioEncoder.m
Log:
Write SMPB for Leopard and OLDER, not newer
Modified: trunk/Encoders/CoreAudioEncoder.m
===================================================================
--- trunk/Encoders/CoreAudioEncoder.m 2009-09-18 04:06:27 UTC (rev 1423)
+++ trunk/Encoders/CoreAudioEncoder.m 2009-09-18 04:42:03 UTC (rev 1424)
@@ -241,7 +241,7 @@
extAudioFile = NULL;
// Snow Leopard correctly writes the SMPB atom
- if(floor(NSAppKitVersionNumber) > 949.0 /* Leopard */)
+ if(floor(NSAppKitVersionNumber) <= 949.0 /* Leopard */)
addMPEG4AACGaplessInformationAtom(filename, [decoder totalFrames]);
addMPEG4AACBitrateInformationAtom(filename, bitrate, mode);