summaryrefslogtreecommitdiff
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2022-11-06 12:15:56 -0300
committerJames Almer <jamrial@gmail.com>2022-11-06 12:15:56 -0300
commit26cb36f35746fe6ef53688b119852bfa6d555f62 (patch)
tree3189b44b1c441aeb667b9df1a99bae15d53bd19c /doc/APIchanges
parent76d0038579b90cd572e03fa174d5557776ae83d4 (diff)
downloadffmpeg-26cb36f35746fe6ef53688b119852bfa6d555f62.tar.gz
Revert "lavc: deprecate avcodec_dct, av_fft, av_dct, av_rdft and av_mdct"
There are sill many users of these APIs within libav*, so this commit introduced too many deprecation warnings, making compilation too noisy and potentially hiding legit warnings. Once the remaining users are ported, this can be reapplied. This reverts commit 76d0038579b90cd572e03fa174d5557776ae83d4.
Diffstat (limited to 'doc/APIchanges')
-rw-r--r--doc/APIchanges4
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 9691461bb5..038ca865ec 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -14,10 +14,6 @@ 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().