diff options
author | Lynne <dev@lynne.ee> | 2022-11-05 15:52:35 +0100 |
---|---|---|
committer | Lynne <dev@lynne.ee> | 2022-11-06 14:39:42 +0100 |
commit | 76d0038579b90cd572e03fa174d5557776ae83d4 (patch) | |
tree | 1b950f4d039d4e96bf541646b9611d7c9b4451dd /doc/APIchanges | |
parent | 1aeedd277a6ecdf75b9478a61644e24370f82da2 (diff) | |
download | ffmpeg-76d0038579b90cd572e03fa174d5557776ae83d4.tar.gz |
lavc: deprecate avcodec_dct, av_fft, av_dct, av_rdft and av_mdct
Replaced by lavu/tx. Dedicated code soon to be removed, replaced with
a simple wrapper code.
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 038ca865ec..9691461bb5 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -14,6 +14,10 @@ libavutil: 2021-04-27 API changes, most recent first: +2022-11-06 - xxxxxxxxxx - lavc 59.52.100 - avdct.h avfft.h + Deprecate avcodec_dct, av_dct, av_rdft, av_fft and av_mdct. + Replaced by libavutil/tx.h + 2022-xx-xx - xxxxxxxxxx - lavu 57.42.100 - dict.h Add av_dict_iterate(). |