diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2016-11-30 17:53:38 -0500 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2016-12-07 14:35:08 -0500 |
commit | cf1cae58b015427918ecfa507a045aae4cf398fd (patch) | |
tree | 72e51f9e9eebdfbf9e572cb911f2e51bd4a1f97a | |
parent | 68f8db610871b810ba3ae946538d43a9e7cedf1e (diff) | |
download | ffmpeg-streaming-cf1cae58b015427918ecfa507a045aae4cf398fd.zip ffmpeg-streaming-cf1cae58b015427918ecfa507a045aae4cf398fd.tar.gz |
fate: Add spherical and stereo3d mov tests
-rw-r--r-- | tests/fate/mov.mak | 6 | ||||
-rw-r--r-- | tests/ref/fate/mov-spherical | 4 | ||||
-rw-r--r-- | tests/ref/fate/mov-stereo3d | 1 |
3 files changed, 11 insertions, 0 deletions
diff --git a/tests/fate/mov.mak b/tests/fate/mov.mak index 909e438..57cbb1c 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 0000000..760ae88 --- /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 0000000..fe909bb --- /dev/null +++ b/tests/ref/fate/mov-stereo3d @@ -0,0 +1 @@ +2D |