Changeset 2189:729a72d2fb09 in roaraudio for libroardsp


Ignore:
Timestamp:
07/26/09 22:09:52 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

addedlinks to the CELT functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroardsp/transcode.c

    r2184 r2189  
    3636 {ROAR_CODEC_MULAW, roar_xcoder_dummy_inituninit, roar_xcoder_dummy_inituninit, roar_xcoder_dummy_packet_size_any, 
    3737                     roar_xcoder_mulaw_encode, roar_xcoder_mulaw_decode}, 
     38 {ROAR_CODEC_ROAR_CELT, roar_xcoder_celt_init, roar_xcoder_celt_uninit, roar_xcoder_celt_packet_size, 
     39                     roar_xcoder_celt_encode,  roar_xcoder_celt_decode}, 
    3840 {-1, NULL, NULL, NULL, NULL, NULL} 
    3941}; 
Note: See TracChangeset for help on using the changeset viewer.