diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2024-02-08 13:57:57 +0100 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2024-02-16 21:34:38 +0100 |
commit | eea9bd88a5f4c050fdcabd9f0c20e4dd14dfb206 (patch) | |
tree | b113223e771b4d5987b554c04b0e6d00cc6a94ea /doc | |
parent | 66b50445cb36cf6adb49c2397362509aedb42c71 (diff) | |
download | ffmpeg-eea9bd88a5f4c050fdcabd9f0c20e4dd14dfb206.tar.gz |
avutil/pixfmt: Add AV_VIDEO_MAX_PLANES
It seems we do not have a named identifier for the maximum planes of pixel formats
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 77b9740891..4e94132cf0 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -2,6 +2,9 @@ The last version increases of all libraries were on 2023-02-09 API changes, most recent first: +2024-02-16 - xxxxxxxxxx - lavu 58.39.100 - pixfmt.h + Add AV_VIDEO_MAX_PLANES + 2024-02-13 - xxxxxxxxxx - lavf 60.21.100 - avformat.h Add AVStreamGroup.disposition. |