Enable inverse-MCLMS filter

This commit is contained in:
Mashiat Sarker Shakkhar 2011-12-22 16:47:30 +06:00
parent 302d5df834
commit 10406b95ad
1 changed files with 2 additions and 0 deletions

View File

@ -1140,6 +1140,8 @@ static int decode_subframe(WmallDecodeCtx *s)
revert_cdlms(s, i, 0, subframe_len);
}
}
if (s->do_mclms)
revert_mclms(s, subframe_len);
/** handled one subframe */