diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2016-11-11 17:37:43 -0500 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2016-12-07 14:40:06 -0500 |
commit | e7a6f8c972a0b5b98ef7bbf393e95c434e9e2539 (patch) | |
tree | 42c66d8d8c6d25467241d92b68b111b33dd55d7c /doc/APIchanges | |
parent | 8f58ecc344a92e63193c38e28c173be987954bbb (diff) | |
download | ffmpeg-e7a6f8c972a0b5b98ef7bbf393e95c434e9e2539.tar.gz |
lavc: Add spherical packet side data API
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 a3c39645fc..0cdb4cf268 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,10 @@ libavutil: 2015-08-28 API changes, most recent first: +2016-xx-xx - xxxxxxx - lavc 57.67.100 / 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.42.100 / 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. |