diff options
author | James Almer <jamrial@gmail.com> | 2025-05-22 19:23:35 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2025-05-22 19:38:26 -0300 |
commit | 622a72b5ea5f2022b173355d65d513df2d75000b (patch) | |
tree | 1ab9cfb01061269b9de6c8a7efd8ed68bec07500 /tests | |
parent | 1b3f4842c18409dba5a345ef9e7b3de7a4fa3657 (diff) | |
download | ffmpeg-622a72b5ea5f2022b173355d65d513df2d75000b.tar.gz |
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 <jamrial@gmail.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/fate/ac3.mak | 5 |
1 files changed, 5 insertions, 0 deletions
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 |