diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-07-22 11:29:06 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-07-22 17:58:56 +0200 |
commit | df53a4a7c1c496363e3fc165b431940ccd0cb8a0 (patch) | |
tree | a7746ec91f24281dd1eafe87bda1f3f18f5c1262 | |
parent | 6bd37e0b283dd3b04d13d98ce05b33dbf6a53993 (diff) | |
download | ffmpeg-df53a4a7c1c496363e3fc165b431940ccd0cb8a0.tar.gz |
FATE: fix the asyncts test
Nellymoser is float, so use oneoff comparison instead of md5.
-rw-r--r-- | tests/fate/filter.mak | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/fate/filter.mak b/tests/fate/filter.mak index d547d3bd7f..41916c9b35 100644 --- a/tests/fate/filter.mak +++ b/tests/fate/filter.mak @@ -1,8 +1,8 @@ FATE_ASYNCTS += fate-filter-asyncts fate-filter-asyncts: SRC = $(SAMPLES)/nellymoser/nellymoser-discont.flv -fate-filter-asyncts: CMD = md5 -i $(SRC) -af asyncts -f wav -fate-filter-asyncts: CMP = oneline -fate-filter-asyncts: REF = 5faa5d6ecec8d0c982e80a090d114576 +fate-filter-asyncts: CMD = pcm -i $(SRC) -af asyncts +fate-filter-asyncts: CMP = oneoff +fate-filter-asyncts: REF = $(SAMPLES)/nellymoser/nellymoser-discont.pcm FATE_FILTER += $(FATE_ASYNCTS) FATE_SAMPLES_AVCONV += $(FATE_ASYNCTS) |