Changeset 556:24413e9e6310 in roaraudio for roard/sources.c


Ignore:
Timestamp:
08/18/08 21:14:22 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added codec auto detection code for source cf and added roar_file_codecdetect() proto type

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/sources.c

    r555 r556  
    111111 } 
    112112 
     113 // TODO: finy out a better way of doing auto detetion without need for seek! 
    113114 if ( !options ) { 
    114115  if ( (len = read(fh, buf, 64)) < 1 ) { 
Note: See TracChangeset for help on using the changeset viewer.