Changeset 2604:b488ba669f86 in roaraudio for roard/codecfilter.c


Ignore:
Timestamp:
09/11/09 14:42:09 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added dummy cf_wave_ctl()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/codecfilter.c

    r2505 r2604  
    4545#ifndef ROAR_WITHOUT_CF_WAVE 
    4646 {ROAR_CODEC_RIFF_WAVE, "RIFF/WAVE", "RIFF/WAVE", NULL, ROAR_CODECFILTER_READ|ROAR_CODECFILTER_WRITE, 
    47   cf_wave_open, cf_wave_close, NULL, cf_wave_write, cf_wave_read, NULL, NULL, NULL}, 
     47  cf_wave_open, cf_wave_close, NULL, cf_wave_write, cf_wave_read, NULL, NULL, cf_wave_ctl}, 
    4848#endif 
    4949//#endif 
Note: See TracChangeset for help on using the changeset viewer.