mirror of
https://github.com/overte-org/overte.git
synced 2025-04-18 07:56:25 +02:00
Merge pull request #8291 from ZappoMan/fixSilenceOnBadCodecs
fix silence on no codec after previous codec has been set
This commit is contained in:
commit
f64d53e109
1 changed files with 1 additions and 0 deletions
|
@ -542,4 +542,5 @@ void InboundAudioStream::cleanupCodec() {
|
|||
_decoder = nullptr;
|
||||
}
|
||||
}
|
||||
_selectedCodecName = "";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue