mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-15 21:36:59 +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;
|
||||
}
|
||||
}
|
||||
_selectedCodecName = "";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue