[FFmpeg-cvslog] fate: re-enable dca-xll test

James Almer git at videolan.org
Mon Feb 1 16:13:40 CET 2016


ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Mon Feb  1 00:26:34 2016 -0300| [f781bf3e101b9c11d50dccd01971f5a09d54acfc] | committer: James Almer

fate: re-enable dca-xll test

And check for bitexact output instead

Reviewed-by: Hendrik Leppkes <h.leppkes at gmail.com>
Signed-off-by: James Almer <jamrial at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f781bf3e101b9c11d50dccd01971f5a09d54acfc
---

 tests/fate/audio.mak   |    3 +++
 tests/ref/fate/dca-xll |    1 +
 2 files changed, 4 insertions(+)

diff --git a/tests/fate/audio.mak b/tests/fate/audio.mak
index 93c19a0..5a36db2 100644
--- a/tests/fate/audio.mak
+++ b/tests/fate/audio.mak
@@ -21,6 +21,9 @@ fate-dca-core: CMD = pcm -i $(TARGET_SAMPLES)/dts/dts.ts
 fate-dca-core: CMP = oneoff
 fate-dca-core: REF = $(SAMPLES)/dts/dts.pcm
 
+FATE_DCA-$(call DEMDEC, DTS, DCA) += fate-dca-xll
+fate-dca-xll: CMD = md5 -i $(TARGET_SAMPLES)/dts/master_audio_7.1_24bit.dts -f s24le
+
 FATE_SAMPLES_AUDIO-$(CONFIG_DCA_DECODER) += $(FATE_DCA-yes)
 fate-dca: $(FATE_DCA-yes)
 
diff --git a/tests/ref/fate/dca-xll b/tests/ref/fate/dca-xll
new file mode 100644
index 0000000..75b5453
--- /dev/null
+++ b/tests/ref/fate/dca-xll
@@ -0,0 +1 @@
+5eb9a95ddaf3c803e74443a49a691686



More information about the ffmpeg-cvslog mailing list