Commit 0af58f39 authored by diego's avatar diego

Fix clicking sound in xa-adpcm.

patch by Alexander Strange, astrange ithinksw com
Subject: Re: [FFmpeg-devel] [PATCH] fix clicking sound in xa-adpcm
Date: Thu, 27 Dec 2007 03:20:24 -0500


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11329 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 2fc2ab93
......@@ -1121,8 +1121,6 @@ static int adpcm_decode_frame(AVCodecContext *avctx,
}
break;
case CODEC_ID_ADPCM_XA:
c->status[0].sample1 = c->status[0].sample2 =
c->status[1].sample1 = c->status[1].sample2 = 0;
while (buf_size >= 128) {
xa_decode(samples, src, &c->status[0], &c->status[1],
avctx->channels);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment