Fix EA-MT full loops not being properly reset

This commit is contained in:
bnnm 2018-07-23 00:28:21 +02:00
parent b71739de5e
commit e6f7abe20e

View File

@ -549,6 +549,9 @@ static void flush_ea_mt_internal(VGMSTREAM *vgmstream, int is_start) {
ctx->ptr = ctx->buffer;
ctx->end = ctx->buffer + bytes;
ctx->bits_count = 0;
if (is_start)
ctx->parsed_header = 0;
}
}