mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-04-24 00:30:57 +08:00
lavu/tx: require output argument to match input for inplace transforms
This simplifies some assembly code by a lot, by either saving a branch or saving an entire duplicated function.
This commit is contained in:
@@ -397,7 +397,6 @@ static void monolithic_fft(AVTXContext *s, void *_out, void *_in,
|
||||
FFTComplex tmp;
|
||||
int src, dst, *inplace_idx = s->inplace_idx;
|
||||
|
||||
out = in;
|
||||
src = *inplace_idx++;
|
||||
|
||||
do {
|
||||
|
||||
Reference in New Issue
Block a user