summaryrefslogtreecommitdiff
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-09-26 13:48:18 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-10-03 23:21:57 +0200
commitd09776d48651eeba10e1b5f2e5fba612b48b95f4 (patch)
treebd5551ae3b10aeb75e64c0193e0cb8084636cb31 /doc/APIchanges
parente4beb307ab26816128678235641a13dfdb8d07d0 (diff)
downloadffmpeg-d09776d48651eeba10e1b5f2e5fba612b48b95f4.tar.gz
avformat/avio: Schedule AVIODirContext to become an opaque type
Users can't make anything with its content. Making it opaque might allow us to avoid one level of indirection. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r--doc/APIchanges3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index f32a3954a0..6de3a88997 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -14,6 +14,9 @@ libavutil: 2021-04-27
API changes, most recent first:
+2022-10-03 - xxxxxxxxxx - lavf 59.34.100 - avio.h
+ Make AVIODirContext an opaque type in a future major version bump.
+
2022-09-27 - 0c0a3deb18 - lavu 57.38.100 - cpu.h
Add CPU flags for RISC-V vector extensions:
AV_CPU_FLAG_RVV_I32, AV_CPU_FLAG_RVV_F32, AV_CPU_FLAG_RVV_I64,