mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
fate/acodec: Remove acodec-adpcm-adx-trellis test
adx ignores the trellis option, making this test identical to acodec-adpcm-adx. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
5a3c80b37e
commit
886c65784d
@ -84,7 +84,7 @@ fate-acodec-adpcm-swf-wav: CODEC = adpcm_swf
|
||||
fate-acodec-adpcm-ima_alp: FMT = alp
|
||||
fate-acodec-adpcm-ima_alp: ENCOPTS = -type pcm
|
||||
|
||||
FATE_ACODEC_ADPCM_TRELLIS := adx ima_qt ima_wav ms swf yamaha
|
||||
FATE_ACODEC_ADPCM_TRELLIS := ima_qt ima_wav ms swf yamaha
|
||||
|
||||
FATE_ACODEC_ADPCM_TRELLIS := $(FATE_ACODEC_ADPCM_TRELLIS:%=fate-acodec-adpcm-%-trellis)
|
||||
FATE_ACODEC_ADPCM_TRELLIS := $(filter $(addsuffix -trellis,$(FATE_ACODEC_ADPCM)), $(FATE_ACODEC_ADPCM_TRELLIS))
|
||||
@ -94,7 +94,6 @@ fate-acodec-adpcm-trellis: $(FATE_ACODEC_ADPCM_TRELLIS)
|
||||
fate-acodec-adpcm-%-trellis: CODEC = adpcm_$(@:fate-acodec-adpcm-%-trellis=%)
|
||||
fate-acodec-adpcm-%-trellis: ENCOPTS = -trellis 5
|
||||
|
||||
fate-acodec-adpcm-adx-trellis: FMT = adx
|
||||
fate-acodec-adpcm-ima_qt-trellis: FMT = aiff
|
||||
fate-acodec-adpcm-ima_wav-trellis: FMT = wav
|
||||
fate-acodec-adpcm-ms-trellis: FMT = wav
|
||||
|
@ -1,4 +0,0 @@
|
||||
c257001314241b469a6512616fd56548 *tests/data/fate/acodec-adpcm-adx-trellis.adx
|
||||
297738 tests/data/fate/acodec-adpcm-adx-trellis.adx
|
||||
5b5a436ec9d528d6eb0bebaf667521b0 *tests/data/fate/acodec-adpcm-adx-trellis.out.wav
|
||||
stddev: 2549.93 PSNR: 28.20 MAXDIFF:57514 bytes: 1058400/ 1058432
|
Loading…
Reference in New Issue
Block a user