mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-18 07:48:14 +00:00
Add AST_FORMAT_SLINEAR16 to the list for ast_best_codec()
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@99008 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -577,6 +577,7 @@ int ast_best_codec(int fmts)
|
||||
/*! G.722 is better then all below, but not as common as the above... so give ulaw and alaw priority */
|
||||
AST_FORMAT_G722,
|
||||
/*! Okay, well, signed linear is easy to translate into other stuff */
|
||||
AST_FORMAT_SLINEAR16,
|
||||
AST_FORMAT_SLINEAR,
|
||||
/*! G.726 is standard ADPCM, in RFC3551 packing order */
|
||||
AST_FORMAT_G726,
|
||||
|
||||
Reference in New Issue
Block a user