summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorVittorio Giovara <vittorio.giovara@gmail.com>2016-11-30 18:32:57 -0500
committerVittorio Giovara <vittorio.giovara@gmail.com>2016-12-07 14:41:02 -0500
commit0c0da45f0fc0626d12796f017918800f735512c8 (patch)
treec8b38691a70811211bdeed570dd599d875be4716 /tests
parent4dcdecf4719a9893f3825ebbad80b2af5aa23613 (diff)
fate: Add a monoscopic spherical mov test
Diffstat (limited to 'tests')
-rw-r--r--tests/fate/mov.mak4
-rw-r--r--tests/ref/fate/mov-spherical-mono16
2 files changed, 20 insertions, 0 deletions
diff --git a/tests/fate/mov.mak b/tests/fate/mov.mak
index f642f1d160..138b6b99e5 100644
--- a/tests/fate/mov.mak
+++ b/tests/fate/mov.mak
@@ -9,6 +9,7 @@ FATE_MOV = fate-mov-3elist \
fate-mov-aac-2048-priming \
fate-mov-init-nonkeyframe \
fate-mov-displaymatrix \
+ fate-mov-spherical-mono \
FATE_SAMPLES_AVCONV += $(FATE_MOV)
@@ -42,3 +43,6 @@ fate-mov-init-nonkeyframe: CMD = run ffprobe$(PROGSSUF)$(EXESUF) -show_packets -
fate-mov-displaymatrix: ffprobe$(PROGSSUF)$(EXESUF)
fate-mov-displaymatrix: CMD = run ffprobe$(PROGSSUF)$(EXESUF) -show_entries stream_side_data_list -select_streams v -v 0 $(TARGET_SAMPLES)/mov/displaymatrix.mov
+
+fate-mov-spherical-mono: ffprobe$(PROGSSUF)$(EXESUF)
+fate-mov-spherical-mono: CMD = run ffprobe$(PROGSSUF)$(EXESUF) -show_entries stream_side_data_list -select_streams v -v 0 $(TARGET_SAMPLES)/mov/spherical.mov
diff --git a/tests/ref/fate/mov-spherical-mono b/tests/ref/fate/mov-spherical-mono
new file mode 100644
index 0000000000..9f4b4f8e17
--- /dev/null
+++ b/tests/ref/fate/mov-spherical-mono
@@ -0,0 +1,16 @@
+[STREAM]
+[SIDE_DATA]
+side_data_type=Stereo 3D
+side_data_size=8
+type=2D
+inverted=0
+[/SIDE_DATA]
+[SIDE_DATA]
+side_data_type=Spherical Mapping
+side_data_size=16
+projection=equirectangular
+yaw=45
+pitch=30
+roll=15
+[/SIDE_DATA]
+[/STREAM]