mirror of https://git.ffmpeg.org/ffmpeg.git
FATE: fix the asyncts test
Nellymoser is float, so use oneoff comparison instead of md5.
This commit is contained in:
parent
6bd37e0b28
commit
df53a4a7c1
|
@ -1,8 +1,8 @@
|
||||||
FATE_ASYNCTS += fate-filter-asyncts
|
FATE_ASYNCTS += fate-filter-asyncts
|
||||||
fate-filter-asyncts: SRC = $(SAMPLES)/nellymoser/nellymoser-discont.flv
|
fate-filter-asyncts: SRC = $(SAMPLES)/nellymoser/nellymoser-discont.flv
|
||||||
fate-filter-asyncts: CMD = md5 -i $(SRC) -af asyncts -f wav
|
fate-filter-asyncts: CMD = pcm -i $(SRC) -af asyncts
|
||||||
fate-filter-asyncts: CMP = oneline
|
fate-filter-asyncts: CMP = oneoff
|
||||||
fate-filter-asyncts: REF = 5faa5d6ecec8d0c982e80a090d114576
|
fate-filter-asyncts: REF = $(SAMPLES)/nellymoser/nellymoser-discont.pcm
|
||||||
|
|
||||||
FATE_FILTER += $(FATE_ASYNCTS)
|
FATE_FILTER += $(FATE_ASYNCTS)
|
||||||
FATE_SAMPLES_AVCONV += $(FATE_ASYNCTS)
|
FATE_SAMPLES_AVCONV += $(FATE_ASYNCTS)
|
||||||
|
|
Loading…
Reference in New Issue