Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2014-03-05 01:38:47 +0400
committerAnton Khirnov <anton@khirnov.net>2014-04-13 13:15:45 +0400
commitf7c5fd81516fb7b186c64c66dc080e1139586226 (patch)
tree893ba8d6bd2ca6e7356f5b41531ffb79f71f6a63 /tests
parent801c39e1e3058fc4ba822bfb5d8612d777111e32 (diff)
resample: implement flushing
Diffstat (limited to 'tests')
-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)