[FFmpeg-cvslog] fate: Add spherical and stereo3d mov tests

Vittorio Giovara git at videolan.org
Thu Apr 13 23:54:40 EEST 2017


ffmpeg | branch: master | Vittorio Giovara <vittorio.giovara at gmail.com> | Wed Nov 30 17:53:38 2016 -0500| [cf1cae58b015427918ecfa507a045aae4cf398fd] | committer: Vittorio Giovara

fate: Add spherical and stereo3d mov tests

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

 tests/fate/mov.mak           | 6 ++++++
 tests/ref/fate/mov-spherical | 4 ++++
 tests/ref/fate/mov-stereo3d  | 1 +
 3 files changed, 11 insertions(+)

diff --git a/tests/fate/mov.mak b/tests/fate/mov.mak
index 909e4389d4..57cbb1cac0 100644
--- a/tests/fate/mov.mak
+++ b/tests/fate/mov.mak
@@ -10,6 +10,12 @@ fate-mov-rotation: CMD = probestream rotation $(TARGET_SAMPLES)/mov/displaymatri
 FATE_MOV += fate-mov-sar
 fate-mov-sar: CMD = probestream sample_aspect_ratio $(TARGET_SAMPLES)/mov/displaymatrix.mov
 
+FATE_MOV += fate-mov-spherical
+fate-mov-spherical: CMD = probestream projection,yaw,pitch,roll $(TARGET_SAMPLES)/mov/spherical.mov
+
+FATE_MOV += fate-mov-stereo3d
+fate-mov-stereo3d: CMD = probestream type $(TARGET_SAMPLES)/mov/spherical.mov
+
 $(FATE_MOV): avprobe$(EXESUF)
 FATE_SAMPLES-$(call ALLYES, AVPROBE MOV_DEMUXER) += $(FATE_MOV)
 fate-mov: $(FATE_MOV)
diff --git a/tests/ref/fate/mov-spherical b/tests/ref/fate/mov-spherical
new file mode 100644
index 0000000000..760ae880e8
--- /dev/null
+++ b/tests/ref/fate/mov-spherical
@@ -0,0 +1,4 @@
+equirectangular
+45
+30
+15
diff --git a/tests/ref/fate/mov-stereo3d b/tests/ref/fate/mov-stereo3d
new file mode 100644
index 0000000000..fe909bb197
--- /dev/null
+++ b/tests/ref/fate/mov-stereo3d
@@ -0,0 +1 @@
+2D



More information about the ffmpeg-cvslog mailing list