Changeset 34
- Timestamp:
- 01/11/07 22:56:32 (2 years ago)
- Files:
-
- trunk/A52/ACShepA52Decoder.cpp (modified) (2 diffs)
- trunk/A52Codec.xcodeproj/project.pbxproj (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/A52/ACShepA52Decoder.cpp
r33 r34 100 100 else 101 101 dynamicRangeCompression = 1; 102 CFRelease(dynRange); 102 103 } 103 104 else … … 113 114 CFNumberGetValue((CFNumberRef)dynRange, kCFNumberIntType, &dynamicRangeCompression); 114 115 else 115 useStereoOverDolby = 0; 116 useStereoOverDolby = 0; 117 CFRelease(stereo); 116 118 } 117 119 else trunk/A52Codec.xcodeproj/project.pbxproj
r32 r34 183 183 65CB364E066A1FA900A75A43 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = /System/Library/Frameworks/CoreAudio.framework; sourceTree = "<absolute>"; }; 184 184 F50815870A2161180092BF70 /* XCAResources.r */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.rez; path = XCAResources.r; sourceTree = "<group>"; }; 185 F50B7AB50AAB69C600065C78 /* Preferences.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path =Preferences.app; sourceTree = BUILT_PRODUCTS_DIR; };185 F50B7AB50AAB69C600065C78 /* A52Preferences.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = A52Preferences.app; sourceTree = BUILT_PRODUCTS_DIR; }; 186 186 F50B7AB70AAB69C700065C78 /* Preferences-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = "Preferences-Info.plist"; sourceTree = "<group>"; }; 187 187 F50B7AC40AAB6E3F00065C78 /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = English.lproj/A52CodecPreferences.nib; sourceTree = "<group>"; }; … … 366 366 F5BDACAD0A20A00000FF4884 /* A52Codec.component */, 367 367 F5525DF70A3BF78A00F36B86 /* AC3MovieImport.component */, 368 F50B7AB50AAB69C600065C78 /* Preferences.app */,368 F50B7AB50AAB69C600065C78 /* A52Preferences.app */, 369 369 ); 370 370 name = Products; … … 499 499 name = A52Preferences; 500 500 productName = Preferences; 501 productReference = F50B7AB50AAB69C600065C78 /* Preferences.app */;501 productReference = F50B7AB50AAB69C600065C78 /* A52Preferences.app */; 502 502 productType = "com.apple.product-type.application"; 503 503 };
