diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2006-02-28 21:42:41 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2006-02-28 21:42:41 +0000 |
commit | 6310461b7f616edb5b2e256cd18fb03d76f76f48 (patch) | |
tree | be47986dc694e2d1e2076cdba4c4b70bdc7c677f /tests | |
parent | 6714e97c303a74f962baa04ec5af9f44bcc69e9e (diff) | |
download | ffmpeg-6310461b7f616edb5b2e256cd18fb03d76f76f48.tar.gz |
-loop was renamed to -loop_input
Originally committed as revision 5078 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'tests')
-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 d24224fb00..e0717f65db 100644 --- a/tests/test.conf +++ b/tests/test.conf @@ -57,7 +57,7 @@ FileMaxSize 100M # Fire up ffmpeg pointing at this stream -Launch ../ffmpeg -loop -flags +bitexact -dct fastint -idct simple -y -f pgmyuv -i vsynth1/%02d.pgm +Launch ../ffmpeg -loop_input -flags +bitexact -dct fastint -idct simple -y -f pgmyuv -i vsynth1/%02d.pgm acl allow localhost </Feed> |