]> 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:09:33 +0000 (15:09 -0500)
commitca2b3584b24e2e5621aec288fa37f6cc929439f6
tree63b44a5efd7bfb082fc8a34d66bea370fa68df60
parente5cd02bcb41bafe739909dc53561660a62f2c435
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