diff options
author | James Almer <jamrial@gmail.com> | 2017-04-20 11:40:48 -0400 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2017-04-27 09:59:54 -0400 |
commit | ad52eef997dce374b4c7f3d1cdedf382935fea5e (patch) | |
tree | 2ca6fdca2c3d06a2f57e1e0aae86ca1cd3605b81 /doc | |
parent | 7acb90333a187b0e847b66f9d3511245423dc0ce (diff) | |
download | ffmpeg-ad52eef997dce374b4c7f3d1cdedf382935fea5e.tar.gz |
spherical: add functions to retrieve and request projection names
Signed-off-by: James Almer <jamrial@gmail.com>
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 58d59dd08c..34d788a706 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,9 @@ libavutil: 2017-03-23 API changes, most recent first: +2017-04-xx - xxxxxxx - lavu 56.1.0 - spherical.h + Add av_spherical_projection_name() and av_spherical_from_name(). + 2017-04-26 - xxxxxxx - lavc 58.3.1 - avcodec.h Add AV_HWACCEL_FLAG_ALLOW_PROFILE_MISMATCH. |