Re: [FFmpeg-devel] [PATCH 6/6] wmaprodec: convert to lavu/tx

2022-09-25 Thread Andreas Rheinhardt
Lynne: > -for (int i = 0; i < WMAPRO_BLOCK_SIZES; i++) { > -ret = ff_mdct_init(&s->mdct_ctx[i], WMAPRO_BLOCK_MIN_BITS + 1 + i, 1, > - 1.0 / (1 << (WMAPRO_BLOCK_MIN_BITS + i - 1)) > - / (1ll << (s->bits_per_sample - 1))); > -if

[FFmpeg-devel] [PATCH 6/6] wmaprodec: convert to lavu/tx

2022-09-23 Thread Lynne
Patch attached. >From 4ad73f29065051c68991eb96aeae7f771039209a Mon Sep 17 00:00:00 2001 From: Lynne Date: Sat, 24 Sep 2022 01:08:00 +0200 Subject: [PATCH 6/6] wmaprodec: convert to lavu/tx --- libavcodec/wmaprodec.c | 24 ++-- 1 file changed, 14 insertions(+), 10 deletions(-