diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2016-11-07 13:09:03 -0500 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2016-12-07 14:32:17 -0500 |
commit | c70add61d1551bf31734f7ef7d87824ff5389280 (patch) | |
tree | 4379698bf4b601f24bb5747bc288dbfa466ad937 /libavutil/Makefile | |
parent | 075acbb6ff5740b2eea1bb7dd3afbc8e66e2ebf8 (diff) | |
download | ffmpeg-c70add61d1551bf31734f7ef7d87824ff5389280.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 fbcf1a757f..28372c9bef 100644 --- a/libavutil/Makefile +++ b/libavutil/Makefile @@ -48,6 +48,7 @@ HEADERS = adler32.h \ replaygain.h \ samplefmt.h \ sha.h \ + spherical.h \ stereo3d.h \ time.h \ version.h \ @@ -102,6 +103,7 @@ OBJS = adler32.o \ rc4.o \ samplefmt.o \ sha.o \ + spherical.o \ stereo3d.o \ time.o \ tree.o \ |