Browse Source

call revert_cdlms()

tags/n0.9
Mashiat Sarker Shakkhar 14 years ago
parent
commit
ea0323b0fa
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavcodec/wmalosslessdec.c

+ 1
- 0
libavcodec/wmalosslessdec.c 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 */



Loading…
Cancel
Save