[FFmpeg-cvslog] fate: Add a monoscopic spherical mov test

Vittorio Giovara git at videolan.org
Wed Dec 7 21:50:32 EET 2016


ffmpeg | branch: master | Vittorio Giovara <vittorio.giovara at gmail.com> | Wed Nov 30 18:32:57 2016 -0500| [0c0da45f0fc0626d12796f017918800f735512c8] | committer: Vittorio Giovara

fate: Add a monoscopic spherical mov test

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0c0da45f0fc0626d12796f017918800f735512c8
---

 tests/fate/mov.mak                |  4 ++++
 tests/ref/fate/mov-spherical-mono | 16 ++++++++++++++++
 2 files changed, 20 insertions(+)

diff --git a/tests/fate/mov.mak b/tests/fate/mov.mak
index f642f1d..138b6b9 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 0000000..9f4b4f8
--- /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]



More information about the ffmpeg-cvslog mailing list