diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2016-11-07 13:09:03 -0500 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2016-12-07 14:32:17 -0500 |
commit | c70add61d1551bf31734f7ef7d87824ff5389280 (patch) | |
tree | 4379698bf4b601f24bb5747bc288dbfa466ad937 /doc/APIchanges | |
parent | 075acbb6ff5740b2eea1bb7dd3afbc8e66e2ebf8 (diff) | |
download | ffmpeg-streaming-c70add61d1551bf31734f7ef7d87824ff5389280.zip ffmpeg-streaming-c70add61d1551bf31734f7ef7d87824ff5389280.tar.gz |
lavu: Add AVSphericalMapping type and frame side data
While no decoder currently exports spherical information, this type
represents a frame property that has to be passed through from container
to frames.
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 90c6500..c330310 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,10 @@ libavutil: 2015-08-28 API changes, most recent first: +2016-xx-xx - xxxxxxx - lavu 55.30.0 - spherical.h + Add AV_FRAME_DATA_SPHERICAL value, av_spherical_alloc() API and + AVSphericalMapping type to export and describe spherical video properties. + 2016-xx-xx - xxxxxxx - lavf 57.10.0 - avformat.h Add av_stream_add_side_data(). |