Re: [FFmpeg-devel] [PATCH 1/2] lavu/tx: disable odd-length RDFTs

2023-07-27 Thread Lynne
Jul 25, 2023, 11:41 by d...@lynne.ee: > They're presently broken, and not really needed anywhere. > They can be fixed at a later date, but for > > Patch attached. > They *were* already disabled, as intended, in the original code. I must've had an error in my code which caused them to show up. Th

[FFmpeg-devel] [PATCH 1/2] lavu/tx: disable odd-length RDFTs

2023-07-25 Thread Lynne
They're presently broken, and not really needed anywhere. They can be fixed at a later date, but for Patch attached. >From 01925c08bcd2073770c0c627fc64232a7593a321 Mon Sep 17 00:00:00 2001 From: Lynne Date: Tue, 25 Jul 2023 11:01:41 +0200 Subject: [PATCH 1/2] lavu/tx: disable odd-length RDFTs