diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-02-25 03:02:54 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-02-25 04:39:26 +0100 |
commit | 7f2ab129b19ceeb6974a7d5bc846274536c8efe2 (patch) | |
tree | 3119d2ae0a01f75e8deaa57b651bd49438bdc95d /tests | |
parent | e42028925bddfdfe46dcd2b7312148379ef4d62e (diff) | |
download | ffmpeg-7f2ab129b19ceeb6974a7d5bc846274536c8efe2.tar.gz |
fate: force a first_pts=0 for the aresample test
This is needed to prevent the next commit from breaking fate
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 589d429641..e9742266fc 100644 --- a/tests/fate/filter.mak +++ b/tests/fate/filter.mak @@ -28,7 +28,7 @@ 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 -fate-filter-aresample: CMD = pcm -i $(SRC) -af aresample=min_comp=0.001:min_hard_comp=0.1 +fate-filter-aresample: CMD = pcm -i $(SRC) -af aresample=min_comp=0.001:min_hard_comp=0.1:first_pts=0 fate-filter-aresample: CMP = oneoff fate-filter-aresample: REF = $(SAMPLES)/nellymoser/nellymoser-discont.pcm |