diff options
author | Paul B Mahol <onemda@gmail.com> | 2023-09-27 16:06:02 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2023-09-28 19:36:08 +0200 |
commit | 8e1ef7c38f6906455ae96984d032e57106e11b77 (patch) | |
tree | 4c4e3ae71ef88fcd002e354651294409d5804159 /doc/APIchanges | |
parent | 05f8b2ca0f7e28775837a572c65ce9218f534ee2 (diff) | |
download | ffmpeg-8e1ef7c38f6906455ae96984d032e57106e11b77.tar.gz |
avutil: add GBRAP14 format support
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 f4eb7f6d68..5b86cf6fda 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: +2023-09-28 - xxxxxxxxxx - lavu 58.27.100 - pixfmt.h + Add AV_PIX_FMT_GBRAP14BE, AV_PIX_FMT_GBRAP14LE pixel formats. + 2023-09-28 - xxxxxxxxxx - lavu 58.26.100 - hwcontext_cuda.h Add AV_CUDA_USE_CURRENT_CONTEXT. |