Commit 55997d50 authored by Michael Niedermayer's avatar Michael Niedermayer

tests/ffserver.conf: Force bitexactness in the ffmpeg command

Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent 102f7d0e
......@@ -57,7 +57,7 @@ FileMaxSize 100M
# Fire up ffmpeg pointing at this stream
Launch ./ffmpeg -v 0 -y -f image2 -i tests/vsynth1/%02d.pgm
Launch ./ffmpeg -v 0 -y -f image2 -flags +bitexact -fflags +bitexact -i tests/vsynth1/%02d.pgm -flags +bitexact -fflags +bitexact
ACL allow localhost
</Feed>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment