1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

call revert_cdlms()

This commit is contained in:
Mashiat Sarker Shakkhar 2011-11-22 01:03:15 +06:00
parent 6cf31ef263
commit ea0323b0fa

View File

@ -1044,6 +1044,7 @@ static int decode_subframe(WmallDecodeCtx *s)
if(s->is_channel_coded[i])
decode_channel_residues(s, i, subframe_len);
}
revert_cdlms(s, subframe_len);
/** handled one subframe */