diff options
author | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2008-05-24 23:48:45 +0000 |
---|---|---|
committer | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2008-05-24 23:48:45 +0000 |
commit | ea2b716f68366bb178936e3a28b640e3037d4b90 (patch) | |
tree | 394c0f293a79677d456ed92eccc5c2e51f5f827e | |
parent | 1faf7a20d5cbe76e0e7e012473555a59f885c43d (diff) | |
download | ffmpeg-ea2b716f68366bb178936e3a28b640e3037d4b90.tar.gz |
fix feed path according to regression script
Originally committed as revision 13368 to svn://svn.ffmpeg.org/ffmpeg/trunk
-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 571048c3ea..5c331e1788 100644 --- a/tests/test.conf +++ b/tests/test.conf @@ -52,7 +52,7 @@ CustomLog - # maximum size of the feed (100M bytes here). Default: # File=/tmp/feed_name.ffm FileMaxSize=5M -File feed1.ffm +File tests/feed1.ffm FileMaxSize 100M # Fire up ffmpeg pointing at this stream |