Skip to content

Commit 6a748cc

Browse files
committed
fixed #2493
1 parent be23476 commit 6a748cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/filters/reframe_mp3.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ void id3dmx_flush(GF_Filter *filter, u8 *id3_buf, u32 id3_buf_size, GF_FilterPid
265265
break;
266266
}
267267

268-
if (buf_alloc<=fsize) {
268+
if (buf_alloc <= fsize+2) {
269269
_buf = gf_realloc(_buf, fsize+3);
270270
buf_alloc = fsize+3;
271271
}

0 commit comments

Comments
 (0)