diff options
author | James Almer <jamrial@gmail.com> | 2023-12-28 15:31:36 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2023-12-28 15:31:36 -0300 |
commit | 0b1552ef552982463681a84041384ad45a4cf520 (patch) | |
tree | 431841fc9b491282ca41c4a84d865ef97f4a186d | |
parent | c1340f3439ef4eba34e8e51e1f7c0bf789e3256a (diff) | |
download | ffmpeg-0b1552ef552982463681a84041384ad45a4cf520.tar.gz |
tests/truehd: remove usage of deprecated request_channel_layout option
Signed-off-by: James Almer <jamrial@gmail.com>
-rw-r--r-- | tests/fate/truehd.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/truehd.mak b/tests/fate/truehd.mak index 2a9e94b1cc..b0bc86a965 100644 --- a/tests/fate/truehd.mak +++ b/tests/fate/truehd.mak @@ -4,7 +4,7 @@ fate-truehd-5.1: CMP = oneline fate-truehd-5.1: REF = 95d8aac39dd9f0d7fb83dc7b6f88df35 FATE_TRUEHD-$(call DEMDEC, TRUEHD, TRUEHD) += fate-truehd-5.1-downmix-2.0 -fate-truehd-5.1-downmix-2.0: CMD = md5pipe -f truehd -request_channel_layout FL+FR -i $(TARGET_SAMPLES)/lossless-audio/truehd_5.1.raw -f s32le +fate-truehd-5.1-downmix-2.0: CMD = md5pipe -f truehd -downmix FL+FR -i $(TARGET_SAMPLES)/lossless-audio/truehd_5.1.raw -f s32le fate-truehd-5.1-downmix-2.0: CMP = oneline fate-truehd-5.1-downmix-2.0: REF = a269aee0051d4400c9117136f08c9767 |