Skip to content

Commit d00adcb

Browse files
committed
Correct processed bytes in mp3
1 parent 9d33b7a commit d00adcb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/MP3DecoderHelix.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ class MP3DecoderHelix : public CommonHelix {
125125
provideResult(info);
126126
} else {
127127
LOG_HELIX(LogLevelHelix::Info, "MP3Decode rc: %d", rc);
128-
processed = rc;
129128
}
130129
return processed;
131130
}

0 commit comments

Comments
 (0)