diff options
author | Thilo Borgmann <thilo.borgmann@mail.de> | 2019-08-22 21:21:12 +0200 |
---|---|---|
committer | Thilo Borgmann <thilo.borgmann@mail.de> | 2019-08-24 09:33:44 +0200 |
commit | 1cfba7fc7584e006cf0c6a7d61421c719dc4aefd (patch) | |
tree | 632fdb71c240c0ea182e965601b9a78ba2c5df62 | |
parent | 22a14ee753f372bf0ae4bd1e743670f353f7a17a (diff) | |
download | ffmpeg-1cfba7fc7584e006cf0c6a7d61421c719dc4aefd.tar.gz |
fate/als: Add test for conformance file with 512 channels.
-rw-r--r-- | tests/fate/als.mak | 4 | ||||
-rw-r--r-- | tests/ref/fate/mpeg4-als-conformance-09 | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/tests/fate/als.mak b/tests/fate/als.mak index ff2badf5ed..c7287dee86 100644 --- a/tests/fate/als.mak +++ b/tests/fate/als.mak @@ -7,5 +7,9 @@ endef $(foreach N,$(ALS_SUITE),$(eval $(call FATE_ALS_SUITE,$(N)))) +FATE_ALS += fate-mpeg4-als-conformance-09 + +fate-mpeg4-als-conformance-09: CMD = crc -i $(TARGET_SAMPLES)/lossless-audio/als_09_512ch2k16b.mp4 + FATE_SAMPLES_AVCONV-$(call DEMDEC, MOV, ALS) += $(FATE_ALS) fate-als: $(FATE_ALS) diff --git a/tests/ref/fate/mpeg4-als-conformance-09 b/tests/ref/fate/mpeg4-als-conformance-09 new file mode 100644 index 0000000000..b26276da91 --- /dev/null +++ b/tests/ref/fate/mpeg4-als-conformance-09 @@ -0,0 +1 @@ +CRC=0xbf3e7189 |