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:
parent
6cf31ef263
commit
ea0323b0fa
@ -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 */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user