We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee36bdb commit d4c94eaCopy full SHA for d4c94ea
src/AudioCodecs/AudioEncoded.h
@@ -73,9 +73,6 @@ class EncodedAudioOutput : public ModifyingOutput {
73
/// Define object which need to be notified if the basinfo is changing
74
void addNotifyAudioChange(AudioInfoSupport &bi) override {
75
TRACEI();
76
- static int count = 0;
77
- count++;
78
- assert(count<10);
79
decoder_ptr->addNotifyAudioChange(bi);
80
}
81
0 commit comments