mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 02:20:56 +01:00
lavu/tx: mention FFT output is not normalized
Not even FFTW's output is normalized. This should prevent at least some users from complaining that doing a forward transform followed by an inverse transform has a mismatching output to the original input.
This commit is contained in:
parent
5181f491ee
commit
d500eff3cc
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ typedef struct AVComplexDouble {
|
|||
enum AVTXType {
|
||||
/**
|
||||
* Standard complex to complex FFT with sample data type AVComplexFloat.
|
||||
* Scaling currently unsupported
|
||||
* Output is not 1/len normalized. Scaling currently unsupported.
|
||||
*/
|
||||
AV_TX_FLOAT_FFT = 0,
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue