summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorrcombs <rcombs@rcombs.me>2021-11-12 23:50:17 -0600
committerrcombs <rcombs@rcombs.me>2021-11-28 16:40:43 -0600
commitb2cd1fb2ec64d04841d6c06fddf6e1d6e4ecfb34 (patch)
tree50432c578151f02ee29b38e1489ce478ee49a8fa /doc
parent4b54818981d2783af161c2ff670b658afbdda503 (diff)
lavu/pixfmt: add high-bit-depth semi-planar 4:2:2/4:4:4 formats
These are used by VideoToolbox hardware decoders.
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 565f7e091e..bc9f4e38da 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -14,6 +14,9 @@ libavutil: 2021-04-27
API changes, most recent first:
+2021-11-22 - xxxxxxxxxx - lavu 57.9.100 - pixfmt.h
+ Add AV_PIX_FMT_P210, AV_PIX_FMT_P410, AV_PIX_FMT_P216, and AV_PIX_FMT_P416.
+
2021-11-17 - xxxxxxxxxx - lavf 57.9.100 - frame.h
Add AV_FRAME_DATA_DOVI_RPU_BUFFER.