mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-02 19:16:15 +00:00
rtp_engine.c: Correct sample rate typo for L16/44100.
Fixes #555
(cherry picked from commit 671b47cfda
)
This commit is contained in:
committed by
Asterisk Development Team
parent
dd90d4536f
commit
3b74538fcf
@@ -3685,7 +3685,7 @@ int ast_rtp_engine_init(void)
|
||||
set_next_mime_type(ast_format_slin12, 0, "audio", "L16", 12000);
|
||||
set_next_mime_type(ast_format_slin24, 0, "audio", "L16", 24000);
|
||||
set_next_mime_type(ast_format_slin32, 0, "audio", "L16", 32000);
|
||||
set_next_mime_type(ast_format_slin44, 0, "audio", "L16", 44000);
|
||||
set_next_mime_type(ast_format_slin44, 0, "audio", "L16", 44100);
|
||||
set_next_mime_type(ast_format_slin48, 0, "audio", "L16", 48000);
|
||||
set_next_mime_type(ast_format_slin96, 0, "audio", "L16", 96000);
|
||||
set_next_mime_type(ast_format_slin192, 0, "audio", "L16", 192000);
|
||||
|
Reference in New Issue
Block a user