From aae6ea8b0c7ec2dc952c9436973d17346d1e10ef Mon Sep 17 00:00:00 2001
From: Philip Gladstone <philipjsg@users.sourceforge.net>
Date: Sat, 12 Apr 2003 03:05:24 +0000
Subject: [PATCH] Only reference the images that exist

Originally committed as revision 1764 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 tests/test.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/test.conf b/tests/test.conf
index cc7c1b8cd15..6950b18a8ad 100644
--- a/tests/test.conf
+++ b/tests/test.conf
@@ -57,7 +57,7 @@ FileMaxSize 100M
 
 # Fire up ffmpeg pointing at this stream
 
-Launch -bitexact -dct_algo 1 -idct_algo 2 -y -f pgmyuv -i vsynth1/%125*d.pgm
+Launch -bitexact -dct_algo 1 -idct_algo 2 -y -f pgmyuv -i vsynth1/%50*d.pgm
 acl allow localhost
 </Feed>
 
-- 
GitLab