Changeset 1367
- Timestamp:
- 04/25/08 11:50:39 (7 months ago)
- Files:
-
- 1 modified
-
trunk/Decoders/Decoder.m (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Decoders/Decoder.m
r1297 r1367 50 50 51 51 // Determine which type of converter to use and create it 52 if([extension isEqualToString:@"ogg"] ) {52 if([extension isEqualToString:@"ogg"] || [extension isEqualToString:@"oga"]) { 53 53 // Determine the content type of the ogg stream 54 54 OggStreamType type = oggStreamType(filename);
