summaryrefslogtreecommitdiff
path: root/tests/fate
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2014-03-04 22:38:47 +0100
committerAnton Khirnov <anton@khirnov.net>2014-04-13 11:15:45 +0200
commitf7c5fd81516fb7b186c64c66dc080e1139586226 (patch)
tree893ba8d6bd2ca6e7356f5b41531ffb79f71f6a63 /tests/fate
parent801c39e1e3058fc4ba822bfb5d8612d777111e32 (diff)
resample: implement flushing
Diffstat (limited to 'tests/fate')
-rw-r--r--tests/fate/libavresample.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/libavresample.mak b/tests/fate/libavresample.mak
index 543a499297..768747fb7b 100644
--- a/tests/fate/libavresample.mak
+++ b/tests/fate/libavresample.mak
@@ -38,7 +38,7 @@ fate-lavr-resample-$(3)-$(1)-$(2): CMD = avconv -i $(TARGET_PATH)/tests/data/asy
fate-lavr-resample-$(3)-$(1)-$(2): CMP = oneoff
fate-lavr-resample-$(3)-$(1)-$(2): CMP_UNIT = $(5)
fate-lavr-resample-$(3)-$(1)-$(2): FUZZ = 6
-fate-lavr-resample-$(3)-$(1)-$(2): REF = $(SAMPLES)/lavr/lavr-resample-$(3)-$(1)-$(2)
+fate-lavr-resample-$(3)-$(1)-$(2): REF = $(SAMPLES)/lavr/lavr-resample-$(3)-$(1)-$(2)-v2
endef
$(call CROSS_TEST,$(SAMPLERATES),RESAMPLE,s16p,s16le,s16)