summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorLynne <dev@lynne.ee>2022-10-30 12:13:42 +0100
committerLynne <dev@lynne.ee>2022-11-06 14:39:37 +0100
commitb428003c1cc9da561073dff90b0d0fa4688cf64d (patch)
tree398e903316a68e2753a14ecb9753dfb64201eb98 /tests
parent055413788fbfbdbb08acd591203e0b8e749cd04e (diff)
downloadffmpeg-b428003c1cc9da561073dff90b0d0fa4688cf64d.tar.gz
dcaenc: convert to lavu/tx
The encoder is fixed point, and uses an MDCT only for analysis. Due to the slightly different rounding, the encoder makes a different decision, so the tests have to be adjusted as well.
Diffstat (limited to 'tests')
-rw-r--r--tests/fate/acodec.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/acodec.mak b/tests/fate/acodec.mak
index 27b69ad9fc..b15b1dcc20 100644
--- a/tests/fate/acodec.mak
+++ b/tests/fate/acodec.mak
@@ -126,7 +126,7 @@ fate-acodec-dca2: CMD = enc_dec_pcm dts wav s16le $(SRC) -c:a dca -strict -2 -fl
fate-acodec-dca2: REF = $(SRC)
fate-acodec-dca2: CMP = stddev
fate-acodec-dca2: CMP_SHIFT = -2048
-fate-acodec-dca2: CMP_TARGET = 535
+fate-acodec-dca2: CMP_TARGET = 534
fate-acodec-dca2: SIZE_TOLERANCE = 1632
FATE_ACODEC-$(call ENCDEC, FLAC, FLAC) += fate-acodec-flac fate-acodec-flac-exact-rice