summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2016-11-27 20:48:28 +0100
committerMichael Niedermayer <michael@niedermayer.cc>2016-11-27 23:28:23 +0100
commit55997d50431c0e1033c98d24a51154b93f82b60e (patch)
tree6696dea37f0fc3863e4eba3a09453ae875fdfe26
parent102f7d0ee62e28f7d2595e811b3a649b7383d657 (diff)
tests/ffserver.conf: Force bitexactness in the ffmpeg command
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-rw-r--r--tests/ffserver.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ffserver.conf b/tests/ffserver.conf
index ae35d7f5da..3495d959e2 100644
--- a/tests/ffserver.conf
+++ b/tests/ffserver.conf
@@ -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>