--- Everybody loves testing! Vittorio tests/fate/mov.mak | 7 +++++++ tests/ref/fate/mov-spherical | 4 ++++ 2 files changed, 11 insertions(+) create mode 100644 tests/ref/fate/mov-spherical
diff --git a/tests/fate/mov.mak b/tests/fate/mov.mak index 909e438..939b5a7 100644 --- a/tests/fate/mov.mak +++ b/tests/fate/mov.mak @@ -10,6 +10,13 @@ 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 $(TARGET_SAMPLES)/mov/spherical.mov && \ + probestream yaw $(TARGET_SAMPLES)/mov/spherical.mov && \ + probestream pitch $(TARGET_SAMPLES)/mov/spherical.mov && \ + probestream roll $(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 -- 2.10.0 _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
