[FFmpeg-cvslog] fate: force a first_pts=0 for the aresample test

Michael Niedermayer git at videolan.org
Mon Feb 25 04:49:39 CET 2013


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Mon Feb 25 03:02:54 2013 +0100| [7f2ab129b19ceeb6974a7d5bc846274536c8efe2] | committer: Michael Niedermayer

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 at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7f2ab129b19ceeb6974a7d5bc846274536c8efe2
---

 tests/fate/filter.mak |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/fate/filter.mak b/tests/fate/filter.mak
index 589d429..e974226 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
 



More information about the ffmpeg-cvslog mailing list