mirror of
https://github.com/lubosz/overte.git
synced 2025-08-08 03:08:00 +02:00
fix silence on no codec after previous codec has been set
This commit is contained in:
parent
592a50356b
commit
bb8224be8c
1 changed files with 1 additions and 0 deletions
|
@ -542,4 +542,5 @@ void InboundAudioStream::cleanupCodec() {
|
||||||
_decoder = nullptr;
|
_decoder = nullptr;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
_selectedCodecName = "";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue