diff options
author | James Almer <jamrial@gmail.com> | 2024-06-26 19:50:38 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2024-06-28 13:16:57 -0300 |
commit | 8af0919cc6683b8432860a586de6cfa9c5f05109 (patch) | |
tree | ff47268f819c557218bc4b421e988846c04d7477 /doc/APIchanges | |
parent | 1c8b32e19f8327c1efe8d530b9b6f15e0e9ae120 (diff) | |
download | ffmpeg-8af0919cc6683b8432860a586de6cfa9c5f05109.tar.gz |
avutil/stereo3d: add a Stereo3D view to signal that the view is unspecified
Signed-off-by: James Almer <jamrial@gmail.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 cf0555d5e0..f1828436e5 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-06-28 - xxxxxxxxxx - lavu 59.27.100 - stereo3d.h + Add AV_STEREO3D_UNSPEC and AV_STEREO3D_VIEW_UNSPEC. + 2024-06-25 - xxxxxxxxxx - lavu 59.26.100 - stereo3d.h Add av_stereo3d_alloc_size(). |