[FFmpeg-devel] [PATCH 3/3] avcodec/wmalosslessdec: cleanup

Michael Niedermayer michaelni at gmx.at
Fri Feb 13 23:12:20 CET 2015


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.zeng at gmail.com>
> Date: Sat, 14 Feb 2015 00:27:03 +0800
> Subject: [PATCH 3/3] avcodec/wmalosslessdec: cleanup
> 
> Signed-off-by: Zeng Zhaoxiu <zhaoxiu.zeng at 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20150213/3ff75f99/attachment.asc>


More information about the ffmpeg-devel mailing list