On Sat, Feb 14, 2015 at 12:53:12AM +0800, zhaoxiu.zeng wrote: > From 4096d5565e55bdbc3dbe3b0aa3be920f73c00aa8 Mon Sep 17 00:00:00 2001 > From: Zeng Zhaoxiu <zhaoxiu.z...@gmail.com> > Date: Sat, 14 Feb 2015 00:27:03 +0800 > Subject: [PATCH 3/3] avcodec/wmalosslessdec: cleanup > > Signed-off-by: Zeng Zhaoxiu <zhaoxiu.z...@gmail.com>
[...] > @@ -644,14 +641,10 @@ static void mclms_update(WmallDecodeCtx *s, int icoef, > int *pred) > } > } > > - for (ich = num_channels - 1; ich >= 0; ich--) { > + for (ich = num_channels; ich-- > 0; ) { all changes except the ones like above, applied thanks [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Why not whip the teacher when the pupil misbehaves? -- Diogenes of Sinope
signature.asc
Description: Digital signature
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel