Changeset 995:d8e88bab735f in roaraudio


Ignore:
Timestamp:
12/18/08 23:45:33 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added fishsound filter for OGG_FLAC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/codecfilter.c

    r994 r995  
    6666#ifdef ROAR_HAVE_LIBFISHSOUND 
    6767 {ROAR_CODEC_OGG_SPEEX, "fishsound",  "fishsound", 
     68  NULL, ROAR_CODECFILTER_READ, 
     69  cf_fishsound_open, cf_fishsound_close, NULL, NULL, cf_fishsound_read, NULL}, 
     70 
     71 {ROAR_CODEC_OGG_FLAC, "fishsound",  "fishsound", 
    6872  NULL, ROAR_CODECFILTER_READ, 
    6973  cf_fishsound_open, cf_fishsound_close, NULL, NULL, cf_fishsound_read, NULL}, 
Note: See TracChangeset for help on using the changeset viewer.