Changeset 4004:f479c0c19c80 in roaraudio for roard/codecfilter.c


Ignore:
Timestamp:
07/01/10 12:03:53 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added codec filter which already can read AU files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/codecfilter.c

    r3604 r4004  
    7777//#endif 
    7878 
     79#ifndef ROAR_WITHOUT_CF_AU 
     80 {ROAR_CODEC_AU, "AU", "AU", NULL, NULL, 
     81  ROAR_CODECFILTER_READ|ROAR_CODECFILTER_WRITE|ROAR_CODECFILTER_PRETHRU, ROAR_SUBSYS_WAVEFORM, 
     82  cf_au_open, cf_au_close, NULL, cf_au_write, cf_au_read, NULL, NULL, cf_au_ctl}, 
     83#endif 
     84 
    7985#ifdef ROAR_HAVE_LIBRAUM 
    8086 {ROAR_CODEC_RAUM, "RAUM", "RAUM Container Format", NULL, cf_raum_setup, ROAR_CODECFILTER_WRITE, 
Note: See TracChangeset for help on using the changeset viewer.