Changeset 582:dd12ba513b27 in roaraudio for roard/codecfilter.c


Ignore:
Timestamp:
08/19/08 16:08:07 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added cf_vorbis_write()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/codecfilter.c

    r571 r582  
    1515#ifdef ROAR_HAVE_LIBVORBISFILE 
    1616 {ROAR_CODEC_OGG_VORBIS, "oggvorbis", "Ogg Vorbis decoder", NULL, 
    17  cf_vorbis_open, cf_vorbis_close, NULL, NULL, cf_vorbis_read, NULL}, 
     17 cf_vorbis_open, cf_vorbis_close, NULL, cf_vorbis_write, cf_vorbis_read, NULL}, 
    1818#endif 
    1919 
Note: See TracChangeset for help on using the changeset viewer.