Ignore:
Timestamp:
Jan 29, 2013 8:09:15 AM (11 years ago)
Author:
ming
Message:

Re #1608: Fixed the way codec is initialized, enumerated, and deinit since both NB and WB use the same factory

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/src/test/mips_test.c

    r4331 r4335  
    954954{ 
    955955    return codec_encode_decode(pool, "AMR/16000", 
    956                                &pjmedia_codec_opencore_amrwb_init, 
    957                                &pjmedia_codec_opencore_amrwb_deinit, 
     956                               &pjmedia_codec_opencore_amr_init_default, 
     957                               &pjmedia_codec_opencore_amr_deinit, 
    958958                               clock_rate, channel_count, 
    959959                               samples_per_frame, flags, te); 
     
    20532053                                         struct test_entry *te) 
    20542054{ 
    2055     return create_stream(pool, "AMR/16000", &pjmedia_codec_opencore_amrwb_init, 
    2056                          &pjmedia_codec_opencore_amrwb_deinit, 
     2055    return create_stream(pool, "AMR/16000", 
     2056                         &pjmedia_codec_opencore_amr_init_default, 
     2057                         &pjmedia_codec_opencore_amr_deinit, 
    20572058                         PJ_FALSE, PJ_FALSE, PJ_FALSE, 
    20582059                         clock_rate, channel_count, 
Note: See TracChangeset for help on using the changeset viewer.