Changeset 818:063e70897697 in roaraudio for roard/codecfilter.c


Ignore:
Timestamp:
09/18/08 16:59:49 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added write support to alaw codec filter

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/codecfilter.c

    r749 r818  
    3131  cf_wave_open, cf_wave_close, NULL, NULL, cf_wave_read, NULL}, 
    3232 
    33  {ROAR_CODEC_ALAW, "alaw", "A-Law", NULL, ROAR_CODECFILTER_READ, 
    34   cf_alaw_open, cf_alaw_close, NULL, NULL, cf_alaw_read, NULL}, 
     33 {ROAR_CODEC_ALAW, "alaw", "A-Law", NULL, ROAR_CODECFILTER_READ|ROAR_CODECFILTER_WRITE, 
     34  cf_alaw_open, cf_alaw_close, NULL, cf_alaw_write, cf_alaw_read, NULL}, 
    3535 
    3636#ifdef ROAR_HAVE_BIN_OGG123 
Note: See TracChangeset for help on using the changeset viewer.