ffmpeg | branch: master | Thilo Borgmann <[email protected]> | Thu Aug 22 21:21:12 2019 +0200| [1cfba7fc7584e006cf0c6a7d61421c719dc4aefd] | committer: Thilo Borgmann
fate/als: Add test for conformance file with 512 channels. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1cfba7fc7584e006cf0c6a7d61421c719dc4aefd --- tests/fate/als.mak | 4 ++++ tests/ref/fate/mpeg4-als-conformance-09 | 1 + 2 files changed, 5 insertions(+) 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 _______________________________________________ ffmpeg-cvslog mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
