diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2016-11-02 11:28:54 -0400 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2016-12-07 14:34:34 -0500 |
commit | 2fb6acd9c28907e4f8c0510099a4603ea6caf861 (patch) | |
tree | 3b5b5f49e6918eefdda53c34b6354eeeb27e5639 /doc | |
parent | c70add61d1551bf31734f7ef7d87824ff5389280 (diff) | |
download | ffmpeg-2fb6acd9c28907e4f8c0510099a4603ea6caf861.tar.gz |
lavc: Add spherical packet side data API
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index c330310cab..d5dc5edaa5 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,10 @@ libavutil: 2015-08-28 API changes, most recent first: +2016-xx-xx - xxxxxxx - lavc 57.29.0 - avcodec.h + Add AV_PKT_DATA_SPHERICAL packet side data to export AVSphericalMapping + information from containers. + 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. |