From d8b1dffbc55c33ed91f65764cdad9547574f6ccf Mon Sep 17 00:00:00 2001 From: Baptiste Coudurier Date: Mon, 9 Jun 2008 00:26:25 +0000 Subject: [PATCH] remove unneeded ffmpeg commandline switches, and enable quiet mode Originally committed as revision 13720 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 b5f2095ee0..13b597f7f0 100644 --- a/tests/test.conf +++ b/tests/test.conf @@ -57,7 +57,7 @@ FileMaxSize 100M # Fire up ffmpeg pointing at this stream -Launch ./ffmpeg -flags +bitexact -dct fastint -idct simple -y -f pgmyuv -i tests/vsynth1/%02d.pgm +Launch ./ffmpeg -v 0 -y -f pgmyuv -i tests/vsynth1/%02d.pgm ACL allow localhost