Changeset 1196:f76775b2af28 in roaraudio for libroar/file.c


Ignore:
Timestamp:
02/04/09 15:42:53 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

corrected test for RAUM-CF0, added test for native flac

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/file.c

    r1081 r1196  
    7272     codec = ROAR_CODEC_ROAR_CELT; 
    7373   } 
    74   } else if ( strncmp(buf, "RAUM-CF0", 8) == 0 ) { 
     74  } else if ( strncmp(buf, "fLaC", 4) == 0 ) { 
     75   codec = ROAR_CODEC_FLAC; 
     76  } else if ( len > 7 && strncmp(buf, "RAUM-CF0", 8) == 0 ) { 
    7577   codec = ROAR_CODEC_RAUM; 
    7678  } 
Note: See TracChangeset for help on using the changeset viewer.