search for: transframe

Displaying 1 result from an estimated 1 matches for "transframe".

Did you mean: transforme
2004 Jun 30
3
Bugfix for CVS-HEAD-06/26/04-21:56:45
...o just > > // write the SLINEAR frame. > > if (!(chan->nativeformats & AST_FORMAT_SLINEAR)) { > > struct ast_trans_pvt* transPath = > ast_translator_build_path(chan->writeformat, AST_FORMAT_SLINEAR); > > struct ast_frame* transFrame = ast_translate(transPath, > &ps->f, 0); > > if (transFrame) { > > ast_write(chan, transFrame); > > ast_frfree(transFrame); > > } > > ast_translator_free_path(transPath); &...