This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit 166b01aefdc2622d830dc2747521d63005411173 Author: Andreas Rheinhardt <[email protected]> AuthorDate: Thu Feb 19 13:16:01 2026 +0100 Commit: Andreas Rheinhardt <[email protected]> CommitDate: Thu Feb 19 14:34:45 2026 +0100 tests/fate/dca: Add ffprobe dependency to dca-lossless tests Forgotten in e1484a30e572e375e8ce41fd9539ba47085b8ea0. Reviewed-by: James Almer <[email protected]> Signed-off-by: Andreas Rheinhardt <[email protected]> --- tests/fate/dca.mak | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/tests/fate/dca.mak b/tests/fate/dca.mak index 62f2185edc..6e599a6bd6 100644 --- a/tests/fate/dca.mak +++ b/tests/fate/dca.mak @@ -61,8 +61,8 @@ $(FATE_DCADEC_LOSSY): CMP = oneoff $(FATE_DCADEC_LOSSY): CMP_UNIT = f32 $(FATE_DCADEC_LOSSY): FUZZ = 9 -FATE_DCA-$(call FRAMEMD5, DTSHD, DCA, ARESAMPLE_FILTER PCM_S16LE_ENCODER) += $(FATE_DCADEC_LOSSLESS_s16le) -FATE_DCA-$(call FRAMEMD5, DTSHD, DCA, ARESAMPLE_FILTER PCM_S24LE_ENCODER) += $(FATE_DCADEC_LOSSLESS_s24le) +FATE_DCA_FFMPEG_FFPROBE-$(call FRAMEMD5, DTSHD, DCA, ARESAMPLE_FILTER PCM_S16LE_ENCODER) += $(FATE_DCADEC_LOSSLESS_s16le) +FATE_DCA_FFMPEG_FFPROBE-$(call FRAMEMD5, DTSHD, DCA, ARESAMPLE_FILTER PCM_S24LE_ENCODER) += $(FATE_DCADEC_LOSSLESS_s24le) FATE_DCA-$(call FILTERDEMDECENCMUX, ARESAMPLE, DTSHD, DCA, PCM_F32LE, PCM_F32LE, PIPE_PROTOCOL) += $(FATE_DCADEC_LOSSY) FATE_DCA-$(call PCM, MPEGTS, DCA, DTS_DEMUXER ARESAMPLE_FILTER) += fate-dca-core @@ -83,5 +83,6 @@ fate-dca-core-bsf: CMD = md5pipe -i $(TARGET_SAMPLES)/dts/master_audio_7.1_24bit fate-dca-core-bsf: CMP = oneline fate-dca-core-bsf: REF = ca22b00d8c641cd168e2f7ca8d2f340e -FATE_SAMPLES_AUDIO += $(FATE_DCA-yes) -fate-dca: $(FATE_DCA-yes) +FATE_SAMPLES_FFMPEG += $(FATE_DCA-yes) +FATE_SAMPLES_FFMPEG_FFPROBE += $(FATE_DCA_FFMPEG_FFPROBE-yes) +fate-dca: $(FATE_DCA-yes) $(FATE_DCA_FFMPEG_FFPROBE-yes) _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
