diff options
author | James Almer <jamrial@gmail.com> | 2024-07-25 23:15:32 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2024-07-29 21:33:31 -0300 |
commit | 753f2aeed768fba7227e142e59ac29e307ab201a (patch) | |
tree | 154b62fa859464f5d70ba6f55b36eb13f29b91bb /doc/APIchanges | |
parent | 7b24f96c879367ba2d5ecbd24a672298b9e278e7 (diff) | |
download | ffmpeg-753f2aeed768fba7227e142e59ac29e307ab201a.tar.gz |
avutil/intreadwrite: add missing aligned read/write macros
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index fb1e7e2dd8..6937718e83 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -2,6 +2,9 @@ The last version increases of all libraries were on 2024-03-07 API changes, most recent first: +2024-07-29 - xxxxxxxxx - lavu 59.31.100 - intreadwrite.h + Add AV_{R,W}{L,B}{16,32}A and AV_{R,W}B64A. + 2024-07-28 - xxxxxxxxxx - lavu 59.30.100 - dovi_meta.h Add AVDOVIDecoderConfigurationRecord.dv_md_compression. |