mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
translate.c: Prefer better codecs upon translate ties.
If multiple codecs are available for the same resource and the translation costs between multiple codecs are the same, ties are currently broken arbitrarily, which means a lower quality codec would be used. This forces Asterisk to explicitly use the higher quality codec, ceteris paribus. ASTERISK-29455 Change-Id: I4b7297e1baca7aac14fe4a3c7538e18e2dbe9fd6
This commit is contained in:
committed by
Friendly Automation
parent
80e9e77261
commit
5e35862109
6
doc/UPGRADE-staging/translate.txt
Normal file
6
doc/UPGRADE-staging/translate.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
Subject: translate.c
|
||||
Master-Only: True
|
||||
|
||||
When setting up translation between two codecs the quality was not taken into account,
|
||||
resulting in suboptimal translation. The quality is now taken into account,
|
||||
which can reduce the number of translation steps required, and improve the resulting quality.
|
Reference in New Issue
Block a user