diff options
author | Lynne <dev@lynne.ee> | 2023-07-24 23:55:55 +0200 |
---|---|---|
committer | Lynne <dev@lynne.ee> | 2023-09-01 23:59:14 +0200 |
commit | 139e54911c8356729e5cfad4283da9abb90b53e0 (patch) | |
tree | 18f9ac42545a7bb5fad114dc68e1edccc95584a9 /doc/APIchanges | |
parent | d40672e661037c770f50e45c8c09f523ed9a77d0 (diff) | |
download | ffmpeg-139e54911c8356729e5cfad4283da9abb90b53e0.tar.gz |
lavc/avfft: deprecate the API
This deprecates the currently unused API.
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index db3242b667..9032164d93 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -2,6 +2,11 @@ The last version increases of all libraries were on 2023-02-09 API changes, most recent first: +2023-09-xx - xxxxxxxxxx - lavc 60.25.100 - avfft.h + The entire header will be deprecated and removed in two major bumps. + For a replacement to av_dct, av_rdft, av_fft and av_mdct, use + the new API from libavutil/tx.h. + 2023-07-xx - xxxxxxxxxx - lavu 58.18.100 - tx.h Add AV_TX_REAL_TO_REAL and AV_TX_REAL_TO_IMAGINARY |