diff options
author | Tong Wu <tong1.wu@intel.com> | 2023-09-26 10:11:50 +0800 |
---|---|---|
committer | Lynne <dev@lynne.ee> | 2024-07-02 14:15:12 +0200 |
commit | d822146f4fc20890bdbba5db15102dc5335d8886 (patch) | |
tree | 5e77c59b3795104f71168caa13a6688c71f947c1 /doc/APIchanges | |
parent | fc25b7866a70c9dc8aeef13ee65702effc51f14f (diff) | |
download | ffmpeg-d822146f4fc20890bdbba5db15102dc5335d8886.tar.gz |
avutil/hwcontext_d3d12va: add Flags for resource creation
Flags field is added to support diffferent resource creation.
Signed-off-by: Tong Wu <tong1.wu@intel.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 f1828436e5..ac7953a49c 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-02 - xxxxxxxxxx - lavu 59.28.100 - hwcontext_d3d12va.h + Add AVD3D12VAFramesContext.flags + 2024-06-28 - xxxxxxxxxx - lavu 59.27.100 - stereo3d.h Add AV_STEREO3D_UNSPEC and AV_STEREO3D_VIEW_UNSPEC. |