Exemplo n.º 1
0
mpf_codec_t* mpf_codec_g711a_create(apr_pool_t *pool)
{
	return mpf_codec_create(&g711a_vtable,&g711a_attribs,&g711a_descriptor,pool);
}
Exemplo n.º 2
0
mpf_codec_t* mpf_codec_l16_create(apr_pool_t *pool)
{
	return mpf_codec_create(&l16_vtable,&l16_attribs,NULL,pool);
}