Browse Source

Enable inverse-MCLMS filter

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

+ 2
- 0
libavcodec/wmalosslessdec.c View File

@@ -1140,6 +1140,8 @@ static int decode_subframe(WmallDecodeCtx *s)
revert_cdlms(s, i, 0, subframe_len);
}
}
if (s->do_mclms)
revert_mclms(s, subframe_len);

/** handled one subframe */



Loading…
Cancel
Save