On Sun, Aug 05, 2012 at 06:34:26PM +0100, Mans Rullgard wrote: > Signed-off-by: Mans Rullgard <[email protected]> > --- > libavcodec/imc.c | 3 --- > 1 file changed, 3 deletions(-) > > diff --git a/libavcodec/imc.c b/libavcodec/imc.c > index 6df3e58..297efbb 100644 > --- a/libavcodec/imc.c > +++ b/libavcodec/imc.c > @@ -230,9 +230,6 @@ static av_cold int imc_decode_init(AVCodecContext *avctx) > q->one_div_log2 = 1 / log(2); > > if (avctx->codec_id == CODEC_ID_IAC) { > - } > - > - if (avctx->codec_id == CODEC_ID_IAC) { > iac_generate_tabs(q, avctx->sample_rate); > } else { > memcpy(q->cyclTab, cyclTab, sizeof(cyclTab)); > --
sorry _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
