Commit 6677a426 authored by vitor's avatar vitor

100l, revision 19728 added a bug that broke twinvq decoding.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@19730 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent d5d676dc
......@@ -860,7 +860,7 @@ static int twin_decode_frame(AVCodecContext * avctx, void *data,
}
tctx->dsp.vector_clipf(out, out, -32700./(1<<15), 32700./(1<<15),
mtab->size);
avctx->channels * mtab->size);
*data_size = mtab->size*avctx->channels*4;
......
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