Changeset 2923:8ea2211037fa in roaraudio for libroardsp/transcode.c


Ignore:
Timestamp:
10/16/09 17:56:34 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added stub of roar_xcoder_speex_proc_header()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroardsp/transcode.c

    r2922 r2923  
    4242#ifdef ROAR_HAVE_LIBSPEEX 
    4343 {ROAR_CODEC_ROAR_SPEEX, roar_xcoder_speex_init, roar_xcoder_speex_uninit, roar_xcoder_speex_packet_size, 
    44                      roar_xcoder_speex_encode, roar_xcoder_speex_decode, NULL}, 
     44                     roar_xcoder_speex_encode, roar_xcoder_speex_decode, roar_xcoder_speex_proc_header}, 
    4545#endif 
    4646 {-1, NULL, NULL, NULL, NULL, NULL, NULL} 
Note: See TracChangeset for help on using the changeset viewer.