aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-08-28 00:13:24 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-09-03 15:42:40 +0200
commitdea974456035d8d43c69a23b9db036a544bb0455 (patch)
treed6c454b85a1cb05310bd726554243b0c56c13c03 /doc
parent72c601e0f71d3c71a53d43bdac935489ed86e3c5 (diff)
downloadffmpeg-dea974456035d8d43c69a23b9db036a544bb0455.tar.gz
avutil/file: Properly deprecate av_tempfile()
It has been deprecated in b4f59beeb4c2171879d0d7607a4a7d6165f07791, but the attribute_deprecated was not set and there was no entry in APIchanges. This commit adds these and schedules it for removal. Given that the reason behind the deprecation is exactly the same as in av_fopen_utf8(), reuse its FF_API_AV_FOPEN_UTF8. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 1cd13d4ed3..b0d0757b13 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -14,6 +14,9 @@ libavutil: 2021-04-27
API changes, most recent first:
+2022-09-03 - xxxxxxxxxx - lavu 57.35.100 - file.h
+ Deprecate av_tempfile() without replacement.
+
2022-08-03 - xxxxxxxxxx - lavu 57.34.100 - pixfmt.h
Add AV_PIX_FMT_VUYX.