mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-08 13:22:53 +02: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);
|
revert_cdlms(s, i, 0, subframe_len);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if (s->do_mclms)
|
||||||
|
revert_mclms(s, subframe_len);
|
||||||
|
|
||||||
/** handled one subframe */
|
/** handled one subframe */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user