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/Makefile | |
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/Makefile')
-rw-r--r-- | libavutil/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile index c61ca9c7c0..6474a30c84 100644 --- a/libavutil/Makefile +++ b/libavutil/Makefile @@ -63,6 +63,7 @@ HEADERS = adler32.h \ samplefmt.h \ sha.h \ sha512.h \ + spherical.h \ stereo3d.h \ threadmessage.h \ time.h \ @@ -140,6 +141,7 @@ OBJS = adler32.o \ samplefmt.o \ sha.o \ sha512.o \ + spherical.o \ stereo3d.o \ threadmessage.o \ time.o \ |