]> git.ipfire.org Git - thirdparty/asterisk.git/commit
format: Reintroduce smoother flags
authorSean Bright <sean.bright@gmail.com>
Sun, 28 May 2017 20:43:12 +0000 (16:43 -0400)
committerSean Bright <sean.bright@gmail.com>
Tue, 30 May 2017 20:08:05 +0000 (15:08 -0500)
commit70e5887906db8d585892409cde89e5e28111549a
treef37ba0b9a1555a6097cd02dbf7a4b3277b5a5905
parent1e65857e6f5da8cf0dd84f9a669e11dc79d36513
format: Reintroduce smoother flags

In review 4843 (ASTERISK-24858), we added a hack that forced a smoother
creation when sending signed linear so that the byte order was adjusted
during transmission. This was needed because smoother flags were lost
during the new format work that was done in Asterisk 13.

Rather than rolling that same hack into res_rtp_multicast, re-introduce
smoother flags so that formats can dictate their own options.

Change-Id: I77b835fba0e539c6ce50014a984766f63cab2c16
include/asterisk/codec.h
include/asterisk/format.h
include/asterisk/smoother.h
main/codec_builtin.c
main/format.c
res/res_rtp_asterisk.c
res/res_rtp_multicast.c