From 622a72b5ea5f2022b173355d65d513df2d75000b Mon Sep 17 00:00:00 2001 From: James Almer Date: Thu, 22 May 2025 19:23:35 -0300 Subject: [PATCH] tests/fate/ac3: add a second ac3_fixed encoder test Exercising the lavfi filtergraph codepath to choose the best output layout. Signed-off-by: James Almer --- tests/fate/ac3.mak | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/fate/ac3.mak b/tests/fate/ac3.mak index 1ecb5a3f54..b23a9e4dcc 100644 --- a/tests/fate/ac3.mak +++ b/tests/fate/ac3.mak @@ -91,6 +91,11 @@ fate-ac3-fixed-encode: CMD = md5 -i $(SRC) -c ac3_fixed -ab 128k -f ac3 -flags + fate-ac3-fixed-encode: CMP = oneline fate-ac3-fixed-encode: REF = e9d78bca187b4bbafc4512bcea8efd3e +FATE_AC3-$(call ALLYES, EAC3_DEMUXER AC3_FIXED_ENCODER AC3_MUXER ARESAMPLE_FILTER) += fate-ac3-fixed-encode-2 +fate-ac3-fixed-encode-2: CMD = md5pipe -i $(TARGET_SAMPLES)/eac3/the_great_wall_7.1.eac3 -c:a ac3_fixed -ab 256k -f ac3 -flags +bitexact -af aresample +fate-ac3-fixed-encode-2: CMP = oneline +fate-ac3-fixed-encode-2: REF = 1b92b037b23b231c9523f334ccfb11da + FATE_EAC3-$(call ALLYES, EAC3_DEMUXER EAC3_MUXER EAC3_CORE_BSF) += fate-eac3-core-bsf fate-eac3-core-bsf: CMD = md5pipe -i $(TARGET_SAMPLES)/eac3/the_great_wall_7.1.eac3 -c:a copy -bsf:a eac3_core -fflags +bitexact -f eac3 fate-eac3-core-bsf: CMP = oneline