Mercurial > libavcodec.hg
changeset 6076:ddb692c6b01d libavcodec
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
author | diego |
---|---|
date | Thu, 27 Dec 2007 11:55:53 +0000 |
parents | 4d43f2e3aaa5 |
children | 8baa533764d4 |
files | adpcm.c |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/adpcm.c Thu Dec 27 11:49:28 2007 +0000 +++ b/adpcm.c Thu Dec 27 11:55:53 2007 +0000 @@ -1121,8 +1121,6 @@ } 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);