Signed-off-by: Vittorio Giovara <[email protected]> --- tests/fate/mov.mak | 3 +++ tests/fate/opus.mak | 5 +++++ tests/ref/fate/mov-ambisonic | 1 + tests/ref/fate/opus-ambisonic | 1 + 4 files changed, 10 insertions(+) create mode 100644 tests/ref/fate/mov-ambisonic create mode 100644 tests/ref/fate/opus-ambisonic
diff --git a/tests/fate/mov.mak b/tests/fate/mov.mak index 9d64fd3a4a..00b447505b 100644 --- a/tests/fate/mov.mak +++ b/tests/fate/mov.mak @@ -1,3 +1,6 @@ +FATE_MOV += fate-mov-ambisonic +fate-mov-ambisonic: CMD = probestream layout $(TARGET_SAMPLES)/mov/ambisonic.mp4 + FATE_MOV += fate-mov-dar fate-mov-dar: CMD = probestream display_aspect_ratio $(TARGET_SAMPLES)/mov/displaymatrix.mov diff --git a/tests/fate/opus.mak b/tests/fate/opus.mak index 161a94f472..2c80de8308 100644 --- a/tests/fate/opus.mak +++ b/tests/fate/opus.mak @@ -32,6 +32,11 @@ $(FATE_OPUS): FUZZ = 3 $(FATE_OPUS_CELT): CMP = oneoff $(FATE_OPUS_CELT): FUZZ = 6 +# ambisonic does not change coding, only introduces a new map type +# so a simple probe test should be enough +FATE_OPUS += fate-opus-ambisonic +fate-opus-ambisonic: CMD = probestream layout $(TARGET_SAMPLES)/opus/11ch-different-talkers.mka + FATE_SAMPLES_AVCONV-$(call DEMDEC, MATROSKA, OPUS) += $(FATE_OPUS) fate-opus-celt: $(FATE_OPUS_CELT) fate-opus-hybrid: $(FATE_OPUS_HYBRID) diff --git a/tests/ref/fate/mov-ambisonic b/tests/ref/fate/mov-ambisonic new file mode 100644 index 0000000000..3ee612c13a --- /dev/null +++ b/tests/ref/fate/mov-ambisonic @@ -0,0 +1 @@ +ambisonic channels 4 order 1 diff --git a/tests/ref/fate/opus-ambisonic b/tests/ref/fate/opus-ambisonic new file mode 100644 index 0000000000..14f69e13e1 --- /dev/null +++ b/tests/ref/fate/opus-ambisonic @@ -0,0 +1 @@ +ambisonic channels 9 order 2|stereo -- 2.13.1 _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
