Skip to content

Commit d4c94ea

Browse files
committed
EncodedAudioOutput: remove limit to addNotifyAudioChange
1 parent ee36bdb commit d4c94ea

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/AudioCodecs/AudioEncoded.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,6 @@ class EncodedAudioOutput : public ModifyingOutput {
7373
/// Define object which need to be notified if the basinfo is changing
7474
void addNotifyAudioChange(AudioInfoSupport &bi) override {
7575
TRACEI();
76-
static int count = 0;
77-
count++;
78-
assert(count<10);
7976
decoder_ptr->addNotifyAudioChange(bi);
8077
}
8178

0 commit comments

Comments
 (0)