Changeset 1163 for branches/PlayerFramework/CommonMediaPlayer/Media Players/DVD Framework/CMPISODVDPlayer.m
- Timestamp:
- 02/23/10 16:48:16 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/PlayerFramework/CommonMediaPlayer/Media Players/DVD Framework/CMPISODVDPlayer.m
r1124 r1163 58 58 // } 59 59 imageMount = [[CMPDVDImageAction alloc] initWithPath:path]; 60 NSLog(@"imagePath: %@", path);60 //NSLog(@"imagePath: %@", path); 61 61 if (![imageMount openWithError:nil] == YES) 62 62 { 63 NSLog(@"fail ");63 NSLog(@"failed to mount image"); 64 64 return; 65 65 } 66 66 67 NSLog(@"mountedPath = %@", [imageMount mountedPath]);67 //NSLog(@"mountedPath = %@", [imageMount mountedPath]); 68 68 NSString *mountedPath = [imageMount mountedPath]; 69 69
