[Ffmpeg-cvslog] CVS: ffmpeg/tests test.conf,1.8,1.9

Alex Beregszaszi alex
Sun Nov 13 04:00:33 CET 2005


Update of /cvsroot/ffmpeg/ffmpeg/tests
In directory mail:/var2/tmp/cvs-serv8318

Modified Files:
	test.conf 
Log Message:
make ffserver regressions work again

Index: test.conf
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/tests/test.conf,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- test.conf	21 Sep 2005 00:09:02 -0000	1.8
+++ test.conf	13 Nov 2005 03:00:30 -0000	1.9
@@ -57,7 +57,7 @@
 
 # Fire up ffmpeg pointing at this stream
 
-Launch -loop -bitexact -dct_algo 1 -idct_algo 2 -y -f pgmyuv -i vsynth1/%02d.pgm
+Launch ../ffmpeg -loop -flags +bitexact -dct fastint -idct simple -y -f pgmyuv -i vsynth1/%02d.pgm
 acl allow localhost
 </Feed>
 
@@ -218,7 +218,8 @@
 <Stream test.jpg>
 
 Feed feed1.ffm
-Format mjpeg
+Format jpeg
+Strict -1
 
 VideoFrameRate 1
 VideoSize 352x288
@@ -231,7 +232,8 @@
 <Stream test_small.jpg>
 
 Feed feed1.ffm
-Format mjpeg
+Format jpeg
+Strict -1
 
 VideoFrameRate 1
 VideoSize 160x128
@@ -245,6 +247,7 @@
 
 Feed feed1.ffm
 Format mpjpeg
+Strict -1
 
 VideoFrameRate 1
 VideoSize    320x240





More information about the ffmpeg-cvslog mailing list