[FFmpeg-devel] [PATCH v3 2/5] avutil/stereo3d: Fill out stereo info provided by Vision Pro files
James Almer
jamrial at gmail.com
Mon Jun 17 23:03:32 EEST 2024
On 6/17/2024 4:20 PM, Derek Buitenhuis wrote:
> Based on what is in the files themselves, and what the API provides
> to users.
>
> URLs:
> * https://developer.apple.com/documentation/videotoolbox/kvtcompressionpropertykey_heroeye
> * https://developer.apple.com/documentation/videotoolbox/kvtcompressionpropertykey_stereocamerabaseline
> * https://developer.apple.com/documentation/videotoolbox/kvtcompressionpropertykey_horizontaldisparityadjustment
> * https://developer.apple.com/documentation/coremedia/kcmformatdescriptionextension_horizontalfieldofview
>
> Signed-off-by: Derek Buitenhuis <derek.buitenhuis at gmail.com>
> ---
> libavutil/stereo3d.c | 52 +++++++++++++++++++++++++++++
> libavutil/stereo3d.h | 78 ++++++++++++++++++++++++++++++++++++++++++++
> libavutil/version.h | 2 +-
> 3 files changed, 131 insertions(+), 1 deletion(-)
Missing APIChanges entry (no need to resend, you can just amend before
pushing).
More information about the ffmpeg-devel
mailing list