Browse Source

Fix fate-opus and fate-aac-ln-encode with --target-path.

tags/n2.3
Carl Eugen Hoyos 11 years ago
parent
commit
ad7de82218
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      tests/fate/aac.mak
  2. +1
    -1
      tests/fate/opus.mak

+ 1
- 1
tests/fate/aac.mak View File

@@ -93,7 +93,7 @@ fate-aac-aref-encode: SIZE_TOLERANCE = 2464
FATE_AAC_ENCODE += fate-aac-ln-encode
fate-aac-ln-encode: CMD = enc_dec_pcm adts wav s16le $(REF) -strict -2 -c:a aac -b:a 512k
fate-aac-ln-encode: CMP = stddev
fate-aac-ln-encode: REF = $(SAMPLES)/audio-reference/luckynight_2ch_44kHz_s16.wav
fate-aac-ln-encode: REF = $(TARGET_SAMPLES)/audio-reference/luckynight_2ch_44kHz_s16.wav
fate-aac-ln-encode: CMP_SHIFT = -4096
fate-aac-ln-encode: CMP_TARGET = 65
fate-aac-ln-encode: SIZE_TOLERANCE = 3560


+ 1
- 1
tests/fate/opus.mak View File

@@ -15,7 +15,7 @@ define FATE_OPUS_TEST
FATE_OPUS += fate-opus-$(1)
FATE_OPUS$(2) += fate-opus-$(1)
fate-opus-$(1): CMD = ffmpeg -i $(TARGET_SAMPLES)/opus/$(1).mka -f s16le -
fate-opus-$(1): REF = $(TARGET_SAMPLES)/opus/$(1).dec
fate-opus-$(1): REF = $(SAMPLES)/opus/$(1).dec
endef

$(foreach N,$(OPUS_CELT_SAMPLES), $(eval $(call FATE_OPUS_TEST,$(N),_CELT)))


Loading…
Cancel
Save