Ignore:
Timestamp:
Aug 16, 2007 10:11:44 AM (17 years ago)
Author:
bennylp
Message:

Ticket #354: continuing work to port the Symbian libraries to .DSO format

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/src/pjmedia/g711.c

    r1266 r1417  
    4343#define SAMPLES_PER_FRAME   (8000 * PTIME / 1000)   /* 80 samples   */ 
    4444 
    45 /* These are the only public functions exported to applications */ 
    46 PJ_DECL(pj_status_t) g711_init_factory (pjmedia_codec_factory *factory,  
    47                                         pj_pool_t *pool); 
    48  
    4945/* Prototypes for G711 factory */ 
    5046static pj_status_t g711_test_alloc( pjmedia_codec_factory *factory,  
Note: See TracChangeset for help on using the changeset viewer.