- Timestamp:
- 06/04/11 19:26:54 (12 months ago)
- Location:
- trunk/SapphireFrappliance
- Files:
-
- 2 modified
-
Players/SapphireVideoPlayerController.m (modified) (1 diff)
-
Sapphire.xcodeproj/project.pbxproj (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/SapphireFrappliance/Players/SapphireVideoPlayerController.m
r939 r1349 190 190 UInt32 type = [currentPlayFile audioFormatIDValue]; 191 191 192 if((type == 'ac-3' || type == 0x6D732000 ) && setupAudioOutput((int)sampleRate))192 if((type == 'ac-3' || type == 0x6D732000 || type == 'CAC3') && setupAudioOutput((int)sampleRate)) 193 193 useAC3Passthrough = YES; 194 194 else if((type == 'DTS ') && setupAudioOutput((int)sampleRate)) -
trunk/SapphireFrappliance/Sapphire.xcodeproj/project.pbxproj
r1323 r1349 1813 1813 SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk"; 1814 1814 SYMROOT = ../build; 1815 VALID_ARCHS = "i386 x86_64 ppc7400"; 1815 1816 }; 1816 1817 name = Debug; … … 1832 1833 SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk"; 1833 1834 SYMROOT = ../build; 1835 VALID_ARCHS = "i386 x86_64 ppc7400"; 1834 1836 WARNING_CFLAGS = "-Wall"; 1835 1837 };
