diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-12-14 18:53:38 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-12-14 19:02:39 +0100 |
commit | e095c4ea6dad8d486b1ed5c1df1ad836ed6e1b9d (patch) | |
tree | 0050b73ad10b54714f5583975083d4a3ba52a56e /tests | |
parent | ecebf6fc825a2fb6fb7f3edafc536ab03e5a7816 (diff) | |
download | ffmpeg-e095c4ea6dad8d486b1ed5c1df1ad836ed6e1b9d.tar.gz |
fate: update asyncts reference
We cannot update the existing file because this would break
ffmpeg 1.0, which uses it
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/fate/filter.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/filter.mak b/tests/fate/filter.mak index 1c0a574237..53f30ce16c 100644 --- a/tests/fate/filter.mak +++ b/tests/fate/filter.mak @@ -24,7 +24,7 @@ FATE_FILTER-$(CONFIG_ASYNCTS_FILTER) += fate-filter-asyncts fate-filter-asyncts: SRC = $(SAMPLES)/nellymoser/nellymoser-discont.flv fate-filter-asyncts: CMD = pcm -analyzeduration 10000000 -i $(SRC) -af asyncts fate-filter-asyncts: CMP = oneoff -fate-filter-asyncts: REF = $(SAMPLES)/nellymoser/nellymoser-discont-async.pcm +fate-filter-asyncts: REF = $(SAMPLES)/nellymoser/nellymoser-discont-async-v2.pcm FATE_FILTER-$(CONFIG_ARESAMPLE_FILTER) += fate-filter-aresample fate-filter-aresample: SRC = $(SAMPLES)/nellymoser/nellymoser-discont.flv |