diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2016-11-11 17:25:43 -0500 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2016-12-07 14:39:04 -0500 |
commit | 8f58ecc344a92e63193c38e28c173be987954bbb (patch) | |
tree | 726e17f01ac162d303f21356a118db8e7568e08e /libavutil/avutil.h | |
parent | c188f358aaee5800af5a5d699dd657cef3fb43a6 (diff) | |
download | ffmpeg-8f58ecc344a92e63193c38e28c173be987954bbb.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 'libavutil/avutil.h')
-rw-r--r-- | libavutil/avutil.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libavutil/avutil.h b/libavutil/avutil.h index 29dd830bf5..e9aaa03722 100644 --- a/libavutil/avutil.h +++ b/libavutil/avutil.h @@ -118,6 +118,12 @@ * * @} * + * @defgroup lavu_video Video related + * + * @{ + * + * @} + * * @defgroup lavu_audio Audio related * * @{ |