summaryrefslogtreecommitdiff
path: root/tests/test.conf
diff options
context:
space:
mode:
authorPhilip Gladstone <philipjsg@users.sourceforge.net>2003-04-12 02:34:37 +0000
committerPhilip Gladstone <philipjsg@users.sourceforge.net>2003-04-12 02:34:37 +0000
commitbe0d154911a28d4cdac081ca3c0c38404c42a392 (patch)
tree6348586bc13bb5199e0ad105af83b8936bfcc698 /tests/test.conf
parent2add6b5db701cd090c38837f3cb504e18d35aa72 (diff)
Apply patch to remove -em_rate
Originally committed as revision 1760 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'tests/test.conf')
-rw-r--r--tests/test.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/test.conf b/tests/test.conf
index 028eea4ab8..cc7c1b8cd1 100644
--- a/tests/test.conf
+++ b/tests/test.conf
@@ -25,6 +25,8 @@ BindAddress 0.0.0.0
MaxClients 1000
+MaxBandwidth 100000
+
# Access Log file (uses standard Apache log file format)
# '-' is the standard output
@@ -55,7 +57,7 @@ FileMaxSize 100M
# Fire up ffmpeg pointing at this stream
-Launch -em_rate -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/%125*d.pgm
acl allow localhost
</Feed>