Browse Source

MT#55283 consider transcoding codecs as symmetric

Change-Id: Ie233a4a45b559cc92147ef385da7396741ff3625
(cherry picked from commit a68888da12)
(cherry picked from commit 58d45b8a51)
mr13.3.1
Richard Fuchs 6 months ago
parent
commit
b7d5f1858f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      daemon/codec.c

+ 1
- 1
daemon/codec.c View File

@ -1532,7 +1532,7 @@ void __codec_handlers_update(struct call_media *receiver, struct call_media *sin
if (!sink_pt) {
// no matching/identical output codec. maybe we have the same output codec,
// but with a different payload type or a different format?
if (!a.allow_asymmetric)
if (!a.allow_asymmetric || pt->for_transcoding)
sink_pt = codec_store_find_compatible(&sink->codecs, pt);
else
sink_pt = pt;


Loading…
Cancel
Save