1
0
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:
Mashiat Sarker Shakkhar 2011-12-22 16:47:30 +06:00
parent 302d5df834
commit 10406b95ad

View File

@ -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 */