Changeset 205:1053e00bbeb7 in roaraudio for roard/codecfilter.c


Ignore:
Timestamp:
07/21/08 01:02:24 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

playing around with cf_vorbis*

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/codecfilter.c

    r201 r205  
    99  "ogg123 -q -d raw -f - -", 
    1010  cf_cmd_open, NULL, NULL, NULL, NULL, NULL}, 
     11 
     12 {ROAR_CODEC_OGG_VORBIS, "oggvorbis", "Ogg Vorbis decoder", NULL, 
     13 cf_vorbis_open, cf_vorbis_close, NULL, NULL, cf_vorbis_read, NULL}, 
    1114 
    1215 {ROAR_CODEC_FLAC, "cmd",  "ogg123", 
Note: See TracChangeset for help on using the changeset viewer.