mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-29 02:42:21 +00:00
Enable inverse-MCLMS filter
This commit is contained in:
parent
302d5df834
commit
10406b95ad
@ -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 */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user