diff options
author | Anton Khirnov <anton@khirnov.net> | 2014-03-04 22:38:47 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2014-04-13 11:15:45 +0200 |
commit | f7c5fd81516fb7b186c64c66dc080e1139586226 (patch) | |
tree | 893ba8d6bd2ca6e7356f5b41531ffb79f71f6a63 /tests | |
parent | 801c39e1e3058fc4ba822bfb5d8612d777111e32 (diff) | |
download | ffmpeg-f7c5fd81516fb7b186c64c66dc080e1139586226.tar.gz |
resample: implement flushing
Diffstat (limited to 'tests')
-rw-r--r-- | tests/fate/libavresample.mak | 2 |
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) |