diff options
author | Sam Hocevar <sam+ffmpeg@zoy.org> | 2005-09-21 00:09:02 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2005-09-21 00:09:02 +0000 |
commit | 528bbdde7f1cb7512cdab7b0fb78dc5da37cef0c (patch) | |
tree | 83ac43f4f143e2a8e7c14c9b2d7e1e2c2c0e8d6e /tests/test.conf | |
parent | 96f2c1fbce594d0dca8c41cb2d7de8d24ec67ebe (diff) | |
download | ffmpeg-528bbdde7f1cb7512cdab7b0fb78dc5da37cef0c.tar.gz |
Add a leading zero to the sequence files generated by the testsuite
so they always appear in proper order.
patch by Sam Hocevar < sam -- at -- zoy -- dot -- org >
Originally committed as revision 4606 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'tests/test.conf')
-rw-r--r-- | tests/test.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test.conf b/tests/test.conf index e57d524821..84e014c9fc 100644 --- a/tests/test.conf +++ b/tests/test.conf @@ -57,7 +57,7 @@ FileMaxSize 100M # Fire up ffmpeg pointing at this stream -Launch -loop -bitexact -dct_algo 1 -idct_algo 2 -y -f pgmyuv -i vsynth1/%d.pgm +Launch -loop -bitexact -dct_algo 1 -idct_algo 2 -y -f pgmyuv -i vsynth1/%02d.pgm acl allow localhost </Feed> |