aboutsummaryrefslogtreecommitdiffstats
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorMarton Balint <cus@passwd.hu>2024-12-08 20:13:28 +0100
committerMarton Balint <cus@passwd.hu>2025-01-05 22:23:15 +0100
commit2d91f89445df4aa9f75325e3f79866e1c1bc188a (patch)
tree9cca8f3987701db5cbb9988b192aee473d5b554a /doc/APIchanges
parent539cea31830e71f1ce290c56ff2d639b209c2ac2 (diff)
downloadffmpeg-2d91f89445df4aa9f75325e3f79866e1c1bc188a.tar.gz
avcodec/frame: add AV_FRAME_FLAG_LOSSLESS
Signed-off-by: Marton Balint <cus@passwd.hu>
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 714b5472a5..f28c55e99a 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:
+2025-01-05 - xxxxxxxxxx - lavc 61.30.100 - frame.h
+ Add AV_FRAME_FLAG_LOSSLESS.
+
2025-01-03 - xxxxxxxxxx - lavc 61.29.100 - codec_id.h
Add AV_CODEC_ID_JPEGXL_ANIM.