mirror of https://git.ffmpeg.org/ffmpeg.git
fate: re-enable dca-xll test
And check for bitexact output instead Reviewed-by: Hendrik Leppkes <h.leppkes@gmail.com> Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
77b5b95247
commit
f781bf3e10
|
@ -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)
|
||||
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
5eb9a95ddaf3c803e74443a49a691686
|
Loading…
Reference in New Issue