Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVittorio Giovara <vittorio.giovara@gmail.com>2016-11-12 01:25:43 +0300
committerVittorio Giovara <vittorio.giovara@gmail.com>2016-12-07 22:39:04 +0300
commit8f58ecc344a92e63193c38e28c173be987954bbb (patch)
tree726e17f01ac162d303f21356a118db8e7568e08e /libavutil/Makefile
parentc188f358aaee5800af5a5d699dd657cef3fb43a6 (diff)
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/Makefile2
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 \