mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-02 04:52:09 +00:00
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 Originally committed as revision 11329 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
91be76a662
commit
d479d58cb6
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user